Skip to content

Commit

Permalink
Fix. Skip mariadb no write to compressed tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-coder committed Oct 21, 2021
1 parent 65867b9 commit 16de0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
image: mariadb
container_name: nextcloud-db
hostname: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --skip-innodb-read-only-compressed
restart: unless-stopped
env_file: .env
volumes:
Expand Down

0 comments on commit 16de0b2

Please sign in to comment.