From cbbec561a667ebf9b9f3be72932a6e467fe0a044 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 23 Aug 2018 21:26:08 -0400 Subject: [PATCH] Testing if network is needed --- templates/Traefik/0/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index 9be361e..561b491 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -10,8 +10,8 @@ services: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} -# networks: -# - public-proxy + networks: + - public-proxy ports: - "80:80" - "443:443" @@ -22,5 +22,5 @@ services: - /RancherConfig/Personal/Traefik/traefik.toml:/traefik.toml:ro # - /opt/traefik/acme.json:/acme.json -#networks: -# public-proxy: \ No newline at end of file +networks: + public-proxy: \ No newline at end of file