chore: set mysql default timezone to TZ/SHANGHAI in docker-compose.yaml

This commit is contained in:
Zhang Minghan 2024-05-09 09:23:10 +08:00
parent dcea2697c7
commit 78a3214ff2
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
MYSQL_DATABASE: chatnio
MYSQL_USER: chatnio
MYSQL_PASSWORD: chatnio123456!
TZ: Asia/Shanghai
expose:
- "3306"
volumes:

View File

@ -9,6 +9,7 @@ services:
MYSQL_DATABASE: chatnio
MYSQL_USER: chatnio
MYSQL_PASSWORD: chatnio123456!
TZ: Asia/Shanghai
expose:
- "3306"
volumes:

View File

@ -9,6 +9,7 @@ services:
MYSQL_DATABASE: chatnio
MYSQL_USER: chatnio
MYSQL_PASSWORD: chatnio123456!
TZ: Asia/Shanghai
expose:
- "3306"
volumes: