From 057453982c6d43b7b415525cf2371d1b8c58b6fa Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Thu, 21 Oct 2021 10:15:23 +0200 Subject: [PATCH] typo --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c7ce2e5..ade60a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: - traefik.http.routers.http-${TRAEFIK_ROUTER}.rule=Host(`${TRAEFIK_HOST}`) ### Section HTTPS - traefik.http.routers.https-${TRAEFIK_ROUTER}.entrypoints=https - - traefik.https.services.${TRAEFIK_SERVICE}.loadbalancer.server.port=3000 + - traefik.http.services.${TRAEFIK_SERVICE}.loadbalancer.server.port=3000 # configure the exposed service - traefik.http.routers.https-${TRAEFIK_ROUTER}.rule=Host(`${TRAEFIK_HOST}`) # of course, enable TLS and it's certificate provider