From 0cceb5af5ba43f2a3d37dd1b79e7fe785aabb153 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 1 Oct 2018 16:19:41 -0400 Subject: [PATCH] Figures they show both --- templates/Gitlab-CE/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Gitlab-CE/0/docker-compose.yml b/templates/Gitlab-CE/0/docker-compose.yml index a54bada..18fcfbd 100644 --- a/templates/Gitlab-CE/0/docker-compose.yml +++ b/templates/Gitlab-CE/0/docker-compose.yml @@ -7,7 +7,7 @@ services: - 1.0.0.1 environment: GITLAB_OMNIBUS_CONFIG: | - external_url "https://${TRAEFIK_HOST}:${WEB_PORT}" + external_url 'https://${TRAEFIK_HOST}:${WEB_PORT}' hostname: ${TRAEFIK_HOST} labels: io.rancher.container.pull_image: always