diff --git a/Jenkinsfile b/Jenkinsfile index e305d90..af5ca74 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" \\