From 813750df93c347bd3dfce8c8b5ce9932c9483a5a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Apr 2020 13:08:25 +0200 Subject: [PATCH] Fix typo --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"