Skip to content

Commit a30fa56

Browse files
authored
Add "--skip-innodb-read-only-compressed" flag to mariadb start command
1 parent ecd1dcc commit a30fa56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
image: mariadb
1313
restart: always
1414
# 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
15+
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
1616
volumes:
1717
- mariadb:/var/lib/mysql
1818
environment:

0 commit comments

Comments
 (0)