From 759f71ab517cd318d5e7b934024035636b8b1567 Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Thu, 29 Dec 2022 11:55:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9A=B4=E6=BC=8F=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E4=B8=BA31013?= 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 5f016af..c82ec94 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ d_group_name=niushuai233 d_app_name=db-bastion-server d_app_version=latest d_app_port_inner=8080 -d_app_port_export= +d_app_port_export=31013 if [[ -n $(docker ps -q -f "name=^${d_app_name}$") ]];then echo "${d_app_name} already started before ==> rm"