Allowing use of sub-subdomains

This commit is contained in:
WilliamMiceli
2018-12-29 16:07:33 -05:00
parent 5b0bfa2070
commit 955ffa2d33
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ catalog:
description: |
The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack.
default: "subdomain.domain.tld"
default: "HostRegexp:{subdomain:.*}subdomain.domain.tld"
required: false
type: string