mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Add db command to docker-compose example in readme
Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
This commit is contained in:
parent
a37b6752b9
commit
bd2e1b4107
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ volumes:
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
@ -192,6 +193,7 @@ volumes:
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
|
Loading…
Reference in a new issue