This commit is contained in:
Martin Braun 2022-11-24 21:16:05 +01:00
parent 9ad7276751
commit cda641266f

View file

@ -64,7 +64,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.llc-frontend-prod.rule=Host(`links.<YOUR_DOMAIN>`)"
- "traefik.http.routers.llc-frontend-prod.rule=Host(`<YOUR_DOMAIN>`)"
- "traefik.http.routers.llc-frontend-prod.entrypoints=http"
- "traefik.http.services.llc-frontend-prod.loadbalancer.server.port=80"
- "traefik.http.routers.llc-frontend-prod.service=llc-frontend-prod"