瀏覽代碼

Update nextcloud content.md with mariadb command

Richard Steinmetz 6 年之前
父節點
當前提交
4eaeeacfb5
共有 1 個文件被更改,包括 2 次插入0 次删除
  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