Merge pull request #1383 from st3iny/master
Update nextcloud content.md with mariadb command
This commit is contained in:
commit
46a3742de4
|
|
@ -155,6 +155,7 @@ volumes:
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
|
@ -195,6 +196,7 @@ volumes:
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
|
|
|||
Loading…
Reference in New Issue