Set MariaDB to not time out SQL connections for 4 days

This commit is contained in:
Marwolf
2018-08-26 09:02:47 -04:00
parent df7a662bee
commit dc20c5dda3

View File

@@ -37,6 +37,9 @@ services:
restart: always
env_file:
- ".env"
command: [
'--wait_timeout=360000',
]
environment:
- MYSQL_DATABASE=mysql
- MYSQL_ROOT_USER=${MARIADB_ROOT_USER}