mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 04:16:07 +00: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
|
- ./data:/app/data
|
||||||
- ./plugins:/app/plugins
|
- ./plugins:/app/plugins
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- 5300:5300 # 供 WebUI 使用
|
- 5300:5300 # 供 WebUI 使用
|
||||||
- 2280-2290:2280-2290 # 供消息平台适配器方向连接
|
- 2280-2290:2280-2290 # 供消息平台适配器方向连接
|
||||||
|
|||||||
Reference in New Issue
Block a user