mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 10:29:32 +08:00
优化Docker配置:添加时区环境变量TZ,默认设置为Asia/Shanghai
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
environment:
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
- BINGPAPER_SERVER_PORT=8080
|
- BINGPAPER_SERVER_PORT=8080
|
||||||
- BINGPAPER_LOG_LEVEL=info
|
- BINGPAPER_LOG_LEVEL=info
|
||||||
- BINGPAPER_API_MODE=local
|
- BINGPAPER_API_MODE=local
|
||||||
|
|||||||
Reference in New Issue
Block a user