update service/router name
All checks were successful
Deploy Containers / Prepare (push) Successful in 22s

This commit is contained in:
2025-11-26 22:00:33 -05:00
parent 62e149632e
commit a11bd28c4e

View File

@@ -23,7 +23,7 @@
PGID: "{{ PGID }}" PGID: "{{ PGID }}"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.panel.rule: Host(`panel.landite.games`) traefik.http.routers.pelican.rule: Host(`panel.landite.games`)
traefik.http.routers.panel.entrypoints: webSecure traefik.http.routers.pelican.entrypoints: webSecure
traefik.http.routers.panel.tls.certresolver: letsencrypt traefik.http.routers.pelican.tls.certresolver: letsencrypt
traefik.http.services.panel.loadbalancer.server.port: "80" traefik.http.services.pelican.loadbalancer.server.port: "80"