Removed additional subdomain aliases from all containers

This commit is contained in:
2023-08-09 22:48:07 +01:00
parent c83cf90b79
commit 3399b5abfd
5 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ services:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.traefik.rule=Host(`traefik.luke-else.co.uk`) || Host('www.traefik.luke-else.co.uk')"
- "traefik.http.routers.traefik.rule=Host(`traefik.luke-else.co.uk`)"
- "traefik.http.routers.traefik.entrypoints=websecure"
- "traefik.http.routers.traefik.service=api@internal"
- "traefik.http.routers.traefik.tls.certresolver=myresolver"