mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-17 09:45:58 +00:00
fixes #13
* explicitly disable ro for compressed tables on mariadb example image
This commit is contained in:
parent
c74bc90d20
commit
526e230616
@ -62,6 +62,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
|
command: --skip-innodb-read-only-compressed
|
||||||
environment:
|
environment:
|
||||||
- "MYSQL_ROOT_PASSWORD=dbrootpassword"
|
- "MYSQL_ROOT_PASSWORD=dbrootpassword"
|
||||||
- "MYSQL_DATABASE=dmarc_report"
|
- "MYSQL_DATABASE=dmarc_report"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user