From 6137f6f1026f556f4dd2854570af48985bbe012f Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sun, 12 Apr 2026 16:04:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index af5ca74..f041ebf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { docker run -d --name $CONTAINER_NAME \\ --network traefik-public \\ --label "traefik.enable=true" \\ - --label "traefik.http.routers.lpt-fe.rule=Host(\`lpt.cat-shark.xyz\`)" \\ + --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" \\ --label "traefik.http.routers.lpt-fe.service=lpt-fe" \\