From e8aecc8b3fc89718959c904748f41f6ca1925576 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 15 Oct 2018 21:44:38 -0400 Subject: [PATCH] Testing --- templates/EclipseChe-Single/0/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/EclipseChe-Single/0/docker-compose.yml b/templates/EclipseChe-Single/0/docker-compose.yml index 610c552..a4d1309 100644 --- a/templates/EclipseChe-Single/0/docker-compose.yml +++ b/templates/EclipseChe-Single/0/docker-compose.yml @@ -21,7 +21,8 @@ services: traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH} {{- end}} traefik.frontend.entryPoints: http,https - traefik.frontend.rule: Host:${TRAEFIK_HOST} + traefik.frontend.rule: Host:${TRAEFIK_HOST},Host:*.${TRAEFIK_HOST} + traefik.frontend.passHostHeader: true {{- else}} traefik.enable: false {{- end}}