From 6fd618ce673f76fb3bc6912600db9d4f8ca5d73f Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 28 Oct 2018 15:15:53 -0400 Subject: [PATCH] Proper allowing of wildcard subdomains --- templates/EclipseChe-Single/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/EclipseChe-Single/0/rancher-compose.yml b/templates/EclipseChe-Single/0/rancher-compose.yml index 16d2f8b..58ab725 100644 --- a/templates/EclipseChe-Single/0/rancher-compose.yml +++ b/templates/EclipseChe-Single/0/rancher-compose.yml @@ -28,7 +28,7 @@ catalog: description: | The host that Traefik will use to provide public access. Leaving this empty will disable Traefik on this stack. - default: "Host:subdomain.domain.tld" + default: "Host:subdomain.domain.tld,HostRegexp:.*.subdomain.domain.tld" required: false type: string