whoami on hostname
This commit is contained in:
parent
c770df59f7
commit
118c050be9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue