diff --git a/tasks/pelican.yml b/tasks/pelican.yml index 0b90c1b..556fb63 100644 --- a/tasks/pelican.yml +++ b/tasks/pelican.yml @@ -23,7 +23,7 @@ PGID: "{{ PGID }}" labels: traefik.enable: "true" - traefik.http.routers.panel.rule: Host(`panel.landite.games`) - traefik.http.routers.panel.entrypoints: webSecure - traefik.http.routers.panel.tls.certresolver: letsencrypt - traefik.http.services.panel.loadbalancer.server.port: "80" + traefik.http.routers.pelican.rule: Host(`panel.landite.games`) + traefik.http.routers.pelican.entrypoints: webSecure + traefik.http.routers.pelican.tls.certresolver: letsencrypt + traefik.http.services.pelican.loadbalancer.server.port: "80"