Merge pull request #51 from Marwolf/master
Set MariaDB to not time out SQL connections for 4 days
This commit is contained in:
@@ -37,6 +37,9 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ".env"
|
- ".env"
|
||||||
|
command: [
|
||||||
|
'--wait_timeout=360000',
|
||||||
|
]
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=mysql
|
- MYSQL_DATABASE=mysql
|
||||||
- MYSQL_ROOT_USER=${MARIADB_ROOT_USER}
|
- MYSQL_ROOT_USER=${MARIADB_ROOT_USER}
|
||||||
|
|||||||
Reference in New Issue
Block a user