1
0
Fork 0
mirror of synced 2024-06-18 10:44:51 +12:00

Update compose.phtml

This commit is contained in:
Bradley Schofield 2021-08-24 16:56:12 +01:00
parent 071d716949
commit 667a875b49

View file

@ -342,7 +342,7 @@ services:
- MYSQL_DATABASE=${_APP_DB_SCHEMA}
- MYSQL_USER=${_APP_DB_USER}
- MYSQL_PASSWORD=${_APP_DB_PASS}
command: 'mysqld --innodb-flush-method=fsync --wait_timeout=86400'
command: 'mysqld --innodb-flush-method=fsync'
redis:
image: redis:6.0-alpine3.12