mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-04 03:48:28 +02:00
Fix ActiveSync (SOGo issue 4142 and 4119)
This commit is contained in:
parent
cf60c90cd6
commit
89788340a0
@ -21,6 +21,7 @@ services:
|
||||
|
||||
mysql-mailcow:
|
||||
image: mariadb:10.1
|
||||
command: mysqld --max_allowed_packet=128M
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "--host", "localhost", "--silent"]
|
||||
interval: 10s
|
||||
|
Loading…
Reference in New Issue
Block a user