Skip to content

Commit fe9336e

Browse files
authored
Merge pull request #18 from bahuma20/patch-1
2 parents ecd1dcc + a30fa56 commit fe9336e

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)