1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-10 07:29:21 +00:00

Skip tz in MySQL

This commit is contained in:
andryyy
2016-12-18 15:03:42 +01:00
parent 24736a5e94
commit 1fcdbc01af
3 changed files with 3 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ services:
image: mysql:latest
depends_on:
- pdns-mailcow
command: mysqld --default-time-zone=${TZ}
command: mysqld
volumes:
- mysql-vol-1:/var/lib/mysql/
- ./data/conf/mysql/:/etc/mysql/conf.d/:ro