From 407294d5028f9ca00795da1a9ac36cc3cddf6f16 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Wed, 11 Jul 2018 01:22:43 -0400 Subject: [PATCH] Added Web UI port --- templates/Traefik/0/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index 6c33a7a..b802e71 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -3,6 +3,7 @@ services: traefik: image: traefik:latest + command: --api --docker labels: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} @@ -10,6 +11,7 @@ services: ports: - "80:80" - "443:443" + - "8080:8080" restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock