How to match all subdomains in Traefik V3 using Docker labels
This will match all subdomains for mydomain.com
including mydomain.com
itself:
- 'traefik.http.routers.myservice.rule=HostRegexp(`([a-zA-Z0-9\-]+\.)?mydomain\.com`)'
This will match all subdomains for mydomain.com
including mydomain.com
itself:
- 'traefik.http.routers.myservice.rule=HostRegexp(`([a-zA-Z0-9\-]+\.)?mydomain\.com`)'