From 805454e037ea7e6a19001bebdc930eaad9f1de70 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 10 Nov 2024 16:37:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20docker-compose.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index bd6067c..fcc6c07 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,10 +1,12 @@ version: "3" services: - qchatgpt: - image: rockchin/qchatgpt:latest + langbot: + image: rockchin/langbot:latest volumes: - ./data:/app/data - ./plugins:/app/plugins restart: on-failure - # 根据具体环境配置网络 \ No newline at end of file + ports: + - 5300:5300 + # 根据具体环境配置网络