mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-18 00:10:59 +00:00
chore: 更新 docker-compose.yaml
This commit is contained in:
+4
-2
@@ -1,10 +1,12 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
qchatgpt:
|
langbot:
|
||||||
image: rockchin/qchatgpt:latest
|
image: rockchin/langbot:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
- ./plugins:/app/plugins
|
- ./plugins:/app/plugins
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
ports:
|
||||||
|
- 5300:5300
|
||||||
# 根据具体环境配置网络
|
# 根据具体环境配置网络
|
||||||
Reference in New Issue
Block a user