From 41ab6fb9d5d49a4d342ecc5ab7bb9971c1b48a49 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 19 Oct 2021 09:47:23 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixing=20a=20container=20name=20?= =?UTF-8?q?in=20docker-compose=20for=20traefik?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b856c01..fdc1f3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.threetwo-ui.rule=Host(`localhost`)" - - "traefik.http.services.threetwo.loadbalancer.server.port=8050" + - "traefik.http.services.threetwo-ui.loadbalancer.server.port=8050" - "traefik.docker.network=proxy" ports: - "8050:8050"