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