[MySQL] Fix max connections

master
andryyy 2017-08-01 09:26:53 +02:00
parent d85352fa9a
commit 1d90702bae
1 changed files with 1 additions and 1 deletions

View File

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