0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 04:40:55 +02:00

* Fix the Transaction Isolation Level of the MYSQL/MariaDB Databases

in the .example section.
This commit is contained in:
Greek 2018-02-08 20:34:08 +01:00
parent 80a384c2b6
commit 8c86333de9
16 changed files with 48 additions and 0 deletions

View file

@ -7,6 +7,7 @@ services:
restart: always
volumes:
- db:/var/lib/mysql
- ./mysql.conf:/etc/mysql/conf.d/mysql-config.cnf
environment:
- MYSQL_ROOT_PASSWORD=
env_file: