diff --git a/templates/Gitlab-CE/0/docker-compose.yml b/templates/Gitlab-CE/0/docker-compose.yml index 18fcfbd..a54bada 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