fix: 容器时区设为 Asia/Shanghai,日志显示北京时间
部署到群晖 / deploy (push) Successful in 1m28s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuming
2026-05-09 19:55:10 +08:00
parent 383c8ce17c
commit 1cb70dabe0
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ services:
# ports:
# - "5000:5000"
# 时区设置(让日志、数据库 download_time 显示北京时间)
environment:
- TZ=Asia/Shanghai
volumes:
# 配置、session、进度数据统一持久化到 ./appdata 目录
- "./appdata:/app/appdata"