fix(traefik): keep portfolio host rule valid

This commit is contained in:
Jan Wagner
2026-08-16 01:02:54 +02:00
parent f0708049d1
commit 091d0bdeec
+1 -1
View File
@@ -12,7 +12,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.routers.w-make.rule=Host(`w-make.com`, `www.w-make.com`)"
- "traefik.http.routers.w-make.rule=Host(`w-make.com`) || Host(`www.w-make.com`)"
- "traefik.http.routers.w-make.priority=100"
- "traefik.http.routers.w-make.entrypoints=websecure"
- "traefik.http.routers.w-make.tls=true"