mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35: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:
parent
07d24fdefb
commit
5b710c7642
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue