From 5442377f20e724cf3fcc229848c395956b18c37f Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Mon, 29 Dec 2025 17:13:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=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 4b0eef7..d86f1fb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,7 +3,7 @@ set -e # 定义变量 IMAGE_NAME="excel2pic" -CONTAINER_NAME="excel2pic_container" +CONTAINER_NAME="excel2pic" PORT=8010 echo "开始部署 $IMAGE_NAME ..."