Browse Source

[MySQL] Fix max connections

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

+ 1 - 1
docker-compose.yml

@@ -24,7 +24,7 @@ services:
 
 
     mysql-mailcow:
     mysql-mailcow:
       image: mariadb:10.1
       image: mariadb:10.1
-      command: mysqld --max_allowed_packet=128M
+      command: mysqld --max_allowed_packet=128M --max-connections=1500
       healthcheck:
       healthcheck:
         test: ["CMD", "mysqladmin", "ping", "--host", "localhost", "--silent"]
         test: ["CMD", "mysqladmin", "ping", "--host", "localhost", "--silent"]
         interval: 5s
         interval: 5s