Skip to content

Instantly share code, notes, and snippets.

@gmolveau
gmolveau / docker-compose.yml
Last active June 12, 2022 23:43
docker-compose nextcloud collabora nginx proxy letsencrypt
version: '3'
services:
nextcloud_db:
image: mariadb
container_name: nextcloud_db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:
- nextcloud_db:/var/lib/mysql