From bce43e42299bd2c5b810768b3fc264696c760ca8 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Wed, 11 Jul 2018 01:16:46 -0400 Subject: [PATCH] Ports as string for reliable parsing --- templates/Traefik/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index aab16ce..6c33a7a 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -8,8 +8,8 @@ services: io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} ports: - - 80:80 - - 443:443 + - "80:80" + - "443:443" restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock