Browse Source

Fix ActiveSync (SOGo issue 4142 and 4119)

andryyy 8 years ago
parent
commit
89788340a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -21,6 +21,7 @@ services:
 
 
     mysql-mailcow:
     mysql-mailcow:
       image: mariadb:10.1
       image: mariadb:10.1
+      command: mysqld --max_allowed_packet=128M
       healthcheck:
       healthcheck:
         test: ["CMD", "mysqladmin", "ping", "--host", "localhost", "--silent"]
         test: ["CMD", "mysqladmin", "ping", "--host", "localhost", "--silent"]
         interval: 10s
         interval: 10s