fix: remove www subdomain due to missing DNS
This commit is contained in:
parent
39d8009d28
commit
9fd9049375
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ services:
|
|||
NEXT_PUBLIC_API_BASE_URL: https://mtd.runfoo.run/api/v1
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mtad-frontend.rule=Host(`mtd.runfoo.run`) || Host(`www.mtd.runfoo.run`)"
|
||||
- "traefik.http.routers.mtad-frontend.rule=Host(`mtd.runfoo.run`)"
|
||||
- "traefik.http.routers.mtad-frontend.entrypoints=websecure"
|
||||
- "traefik.http.routers.mtad-frontend.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.mtad-frontend.loadbalancer.server.port=3000"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue