diff --git a/Authentik/docker-compose-traefik.yaml b/Authentik/docker-compose-traefik.yaml index 6063a56..f0aa68a 100644 --- a/Authentik/docker-compose-traefik.yaml +++ b/Authentik/docker-compose-traefik.yaml @@ -66,7 +66,7 @@ services: - "traefik.http.routers.authentik-secure.rule=Host(`authentik.jimsgarage.co.uk`)" - "traefik.http.routers.authentik-secure.tls=true" - "traefik.http.routers.authentik-secure.service=authentik" - - "traefik.http.services.authentik.loadbalancer.server.scheme=https" + - "traefik.http.services.authentik.loadbalancer.server.scheme=http" - "traefik.http.services.authentik.loadbalancer.server.port=9443" - "traefik.docker.network=proxy" worker: