Proper allowing of wildcard subdomains
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user