chore: docker时区

This commit is contained in:
Junling Bu
2020-05-22 00:05:36 +08:00
parent 48404a3cd8
commit 19b1ee8538

View File

@@ -28,6 +28,8 @@ services:
- ./litemall/logs:/logs
- ./litemall/backup:/backup
- /etc/localtime:/etc/localtime
environment:
- TZ=Asia/Shanghai
depends_on:
- mysql57
restart: always