Proper allowing of wildcard subdomains

This commit is contained in:
WilliamMiceli
2018-10-28 15:15:53 -04:00
parent c282c5716b
commit 6fd618ce67

View File

@@ -28,7 +28,7 @@ catalog:
description: | description: |
The host that Traefik will use to provide public access. The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack. 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 required: false
type: string type: string