From 6518452c92639c0b3586da0902e5480487328d4d Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Wed, 28 Jan 2026 15:10:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c647919..608faa8 100644 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ # 定义变量 IMAGE_NAME="lightrag-service" -CONTAINER_NAME="lightrag-container" +CONTAINER_NAME="ai_knowledge" PORT=9600 DATA_DIR="$(pwd)/index_data"