From fed9f7416e5b5809c3b364dd2e92f1bf41e9b104 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Thu, 4 Sep 2025 16:51:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(#N/A):=20=E9=85=8D=E7=BD=AE=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E8=87=AA=E5=8A=A8=E9=87=8D=E5=90=AF?= 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 873a062..28441ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,7 @@ pipeline { sh ''' docker rm -f $CONTAINER_NAME || true docker run -d --name $CONTAINER_NAME --network mysql_default \\ + --restart=always \\ -p $HOST_PORT:$CONTAINER_PORT -e SPRING_PROFILES_ACTIVE=dev \\ --log-driver=loki \\ --log-opt loki-url="http://192.168.123.199:3100/loki/api/v1/push" \\