whoami on hostname

This commit is contained in:
Florian Zirker 2022-03-28 20:16:00 +02:00
parent c770df59f7
commit 118c050be9

View file

@ -44,7 +44,7 @@ services:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.${DOMAIN}`)"
- "traefik.http.routers.whoami.rule=Host(`whoami.${HOSTNAME}`)"
- "traefik.http.routers.whoami.entrypoints=web"
- "traefik.http.services.whoami.loadbalancer.server.port=80"
- "docker.group=proxy"