🐛 更新docker-compose.yml,修改时区设置为Asia/Chongqing
Some checks failed
Docker Image Build / build (push) Failing after 19s
Deploy VitePress site to Pages / build (push) Failing after 55s

This commit is contained in:
远野千束 2024-11-23 22:31:51 +08:00
parent 291314de93
commit b0761e9873

View File

@ -6,7 +6,7 @@ services:
ports: ports:
- "20216:20216" - "20216:20216"
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Chongqing
volumes: volumes:
- .:/liteyukibot - .:/liteyukibot
command: [ "python", "main.py" ] command: [ "python", "main.py" ]