We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1dcc commit a30fa56Copy full SHA for a30fa56
1 file changed
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
image: mariadb
13
restart: always
14
# https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/mysql_4byte_support.html
15
- command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --innodb-large-prefix --innodb-file-per-table --innodb-file-format=barracuda
+ command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --innodb-large-prefix --innodb-file-per-table --innodb-file-format=barracuda --skip-innodb-read-only-compressed
16
volumes:
17
- mariadb:/var/lib/mysql
18
environment:
0 commit comments