Add mycostack.jeffemmett.com to Traefik host rule
Temporary subdomain while mycostack.xyz domain is pending registration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4ec0f386f1
commit
fd05b7ab2e
|
|
@ -22,7 +22,7 @@ services:
|
|||
- traefik-public
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mycostack.rule=Host(`mycostack.xyz`) || Host(`www.mycostack.xyz`)"
|
||||
- "traefik.http.routers.mycostack.rule=Host(`mycostack.jeffemmett.com`) || Host(`mycostack.xyz`) || Host(`www.mycostack.xyz`)"
|
||||
- "traefik.http.routers.mycostack.entrypoints=web"
|
||||
- "traefik.http.services.mycostack.loadbalancer.server.port=80"
|
||||
- "traefik.docker.network=traefik-public"
|
||||
|
|
|
|||
Loading…
Reference in New Issue