0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-17 11:55:08 +01:00

Add db command to docker-compose example in readme

Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
Richard Steinmetz 2018-12-13 17:08:50 +01:00 committed by marceljd
parent 07d24fdefb
commit 5b710c7642

View file

@ -156,6 +156,7 @@ volumes:
services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:
- db:/var/lib/mysql
@ -196,6 +197,7 @@ volumes:
services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:
- db:/var/lib/mysql