This commit is contained in:
oliver
2026-08-14 08:12:19 -03:00
parent 1bfa379dad
commit 589ca5e4be
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ docker run -d --name "$UUID" \
-e GIT="$GIT" \
--label "$DOMAIN_LABEL" \
--label "traefik.http.services.$UUID.loadbalancer.server.port=8069" \
--label "traefic.http.routers.$UUID.entrypoints=web, websecure" \
--label "traefik.http.routers.$UUID.entrypoints=web, websecure" \
--label "traefik.http.routers.$UUID.tls.certresolver=production" \
--label "traefik.http.routers.$UUID.tls=true" \
--label "traefik.http.routers.$UUID.service=$UUID" \