From eaf5616feafae2c208049a96eca656ac0eed1a37 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 19 Oct 2021 09:28:25 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Added=20a=20.localhost=20T?= =?UTF-8?q?LD=20for=20threetwo-ui?= 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 04047f6..e0202f6 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.local`)" + - "traefik.http.routers.threetwo-ui.rule=Host(`threetwo.localhost`)" ports: - "8050:8050" - "3050:3050"