From 857e8b58e0ee38382bd4e354b78804736d098215 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 19 Oct 2021 09:35:46 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Updates=20to=20loadbalancer=20po?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e0202f6..b1ddcbb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,6 +12,8 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.threetwo-ui.rule=Host(`threetwo.localhost`)" + - "traefik.http.services.threetwo.loadbalancer.server.port=8050" + - "traefik.docker.network=proxy" ports: - "8050:8050" - "3050:3050"