diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index d85bf2b..9be361e 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -10,9 +10,8 @@ services: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} - networks: - - default - - public +# networks: +# - public-proxy ports: - "80:80" - "443:443" @@ -23,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