From 3646cc7a4143e37f37a2cdbc2c17101a77da78fc Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sat, 2 Aug 2025 09:40:13 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=A7=BB=E9=99=A4docker=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E5=B1=82=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8125df6..f2eb1a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,6 @@ pipeline { sh ''' docker rm -f $CONTAINER_NAME || true docker run -d --name $CONTAINER_NAME \\ - --network mysql_default \\ -p $HOST_PORT:$CONTAINER_PORT \\ --health-cmd="curl -f http://localhost:80 || exit 1" \\ --health-interval=5s \\