1
0
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:
andryyy 2017-06-16 23:02:23 +02:00
parent cf60c90cd6
commit 89788340a0

View File

@ -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