更新生产环境部署配置

This commit is contained in:
2026-04-12 16:04:27 +08:00
parent eb9b1f6b95
commit 6137f6f102
Vendored
+1 -1
View File
@@ -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" \\