Use default TZ in MySQL
parent
f78a55dc63
commit
b109c6d7f0
|
@ -16,7 +16,7 @@ services:
|
||||||
image: mariadb:10.1
|
image: mariadb:10.1
|
||||||
depends_on:
|
depends_on:
|
||||||
- pdns-mailcow
|
- pdns-mailcow
|
||||||
command: mysqld
|
command: mysqld --default-time-zone="${TZ}"
|
||||||
volumes:
|
volumes:
|
||||||
- mysql-vol-1:/var/lib/mysql/
|
- mysql-vol-1:/var/lib/mysql/
|
||||||
- ./data/conf/mysql/:/etc/mysql/conf.d/:ro
|
- ./data/conf/mysql/:/etc/mysql/conf.d/:ro
|
||||||
|
|
Loading…
Reference in New Issue