mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
chore: provides TZ=Asia/Shanghai in docker-compose.yaml as default (#1259)
This commit is contained in:
committed by
GitHub
parent
ffe9c3e0f8
commit
5378c6ba35
@@ -8,6 +8,8 @@ services:
|
||||
- ./data:/app/data
|
||||
- ./plugins:/app/plugins
|
||||
restart: on-failure
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
ports:
|
||||
- 5300:5300 # 供 WebUI 使用
|
||||
- 2280-2290:2280-2290 # 供消息平台适配器方向连接
|
||||
|
||||
Reference in New Issue
Block a user