Fix for Row format compressed is read only
https://github.com/nextcloud/server/issues/25436
This commit is contained in:
parent
ffb625ba7b
commit
11cfb944a2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --skip-innodb-read-only-compressed
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/nextcloud_db:/var/lib/mysql
|
- ${VOLUMES_PATH}/nextcloud_db:/var/lib/mysql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue