Browse Source

Update nextcloud content.md with mariadb command

Richard Steinmetz 7 years ago
parent
commit
4eaeeacfb5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      nextcloud/content.md

+ 2 - 0
nextcloud/content.md

@@ -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