diff --git a/docker-compose.yml b/docker-compose.yml index a9ddc97..746785c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - "traefik.enable=true" - "traefik.http.services.traefik.loadbalancer.server.port=80" - "traefik.http.routers.traefik.rule=Host(`traefik.swarm.autonomic.zone`)" - - "traefik.http.routers.traefik.entrypoints=web-secured" + - "traefik.http.routers.traefik.entrypoints=web-secure" - "traefik.http.routers.traefik.tls.certresolver=staging" - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=traefik-auth"