From fa02bac77d46f82a122ed7c8572a010b8da53400 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 6 Jul 2025 18:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0docker=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=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 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9a4e015..661ef2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,6 +64,7 @@ pipeline { sh """ docker run -d \ --name \${CONTAINER_NAME} \ + --network sczx-net \ -p 8089:8089 \ -e JAVA_OPTS="-Xms128m -Xmx256m -Duser.timezone=Asia/Shanghai" \ --memory="300m" \