diff --git a/docker-compose.yml b/docker-compose.yml index 26868dd..aa56f7a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -87,10 +87,10 @@ services: - "traefik.enable=true" - "traefik.docker.network=traefik_front_network" # HTTP - - "traefik.http.routers.authentik-http.rule=Host(`authentik.tips-of-mine.com`)" + - "traefik.http.routers.authentik-http.rule=Host(`authentik.tips-of-mine.local`)" - "traefik.http.routers.authentik-http.entrypoints=http" # HTTPS - - "traefik.http.routers.authentik-https.rule=Host(`authentik.tips-of-mine.com`)" + - "traefik.http.routers.authentik-https.rule=Host(`authentik.tips-of-mine.local`)" - "traefik.http.routers.authentik-https.entrypoints=https" - "traefik.http.routers.authentik-https.service=authentik-service" - "traefik.http.routers.authentik-https.tls=true"