diff --git a/ansible/roles/traefik/docker-stack.yml.j2 b/ansible/roles/traefik/docker-stack.yml.j2 index 71b554a..acb2f47 100644 --- a/ansible/roles/traefik/docker-stack.yml.j2 +++ b/ansible/roles/traefik/docker-stack.yml.j2 @@ -33,7 +33,7 @@ services: labels: - traefik.enable=true - traefik.http.routers.dashboard.entrypoints=localsecure - - traefik.http.routers.dashboard.rule=Host(`traefik.pim.kunis.nl`) + - traefik.http.routers.dashboard.rule=Host(`traefik.kun.is`) - traefik.http.routers.dashboard.service=api@internal - traefik.http.services.dashboard.loadbalancer.server.port=8080 - traefik.http.routers.dashboard.tls=true