fix(traefik): keep portfolio host rule valid
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=proxy"
|
- "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.priority=100"
|
||||||
- "traefik.http.routers.w-make.entrypoints=websecure"
|
- "traefik.http.routers.w-make.entrypoints=websecure"
|
||||||
- "traefik.http.routers.w-make.tls=true"
|
- "traefik.http.routers.w-make.tls=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user