From 73ed40609c84bc85de4dd70b4990552f101ec5f7 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sun, 12 Apr 2026 16:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=83=A8=E7=BD=B2=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 f041ebf..84eee9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,6 +54,7 @@ pipeline { docker run -d --name $CONTAINER_NAME \\ --network traefik-public \\ --label "traefik.enable=true" \\ + --label "traefik.docker.network=traefik-public" \\ --label 'traefik.http.routers.lpt-fe.rule=Host(`lpt.cat-shark.xyz`)' \\ --label "traefik.http.routers.lpt-fe.entrypoints=websecure" \\ --label "traefik.http.routers.lpt-fe.tls.certresolver=le" \\