From 526e2306163b0b67749bff2c5fc91fb667355aeb Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Sat, 24 Jul 2021 13:59:01 +0200 Subject: [PATCH] fixes #13 * explicitly disable ro for compressed tables on mariadb example image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8416d..b4b453f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ services: db: image: mariadb:10 + command: --skip-innodb-read-only-compressed environment: - "MYSQL_ROOT_PASSWORD=dbrootpassword" - "MYSQL_DATABASE=dmarc_report"