From d5c9d842a3a3d58f3a75c1e2285f9e7341d4634a Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 19 Oct 2021 09:42:35 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20More=20shenanigans?= 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 b1ddcbb..b856c01 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: restart: unless-stopped labels: - "traefik.enable=true" - - "traefik.http.routers.threetwo-ui.rule=Host(`threetwo.localhost`)" + - "traefik.http.routers.threetwo-ui.rule=Host(`localhost`)" - "traefik.http.services.threetwo.loadbalancer.server.port=8050" - "traefik.docker.network=proxy" ports: