From f1346a604c7314dd4d5cb23b4f02e91dfcf3fc6a Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Thu, 8 Jan 2026 13:49:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=9F=A5=E8=AF=86?= =?UTF-8?q?=E5=BA=93=E5=AE=B9=E5=99=A8=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 fac3025..1ad338a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -34,7 +34,7 @@ docker rm -f ${CONTAINER_NAME} # 依赖服务绑定同一网络,以便相互通信 docker network create "${NETWORK_NAME}" 2>/dev/null || true docker network connect "${NETWORK_NAME}" excel2pic 2>/dev/null || true -docker network connect "${NETWORK_NAME}" l_ai_knowledge 2>/dev/null || true +docker network connect "${NETWORK_NAME}" WeKnora-app 2>/dev/null || true docker run -itd \ --name "${CONTAINER_NAME}" \