Add shorter domain for whoami container

This commit is contained in:
Jake Howard
2020-04-03 23:57:31 +01:00
parent 7322adc52a
commit 7b0cc0893d
2 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,6 @@ services:
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`)"
- "traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`) || Host(`who.0rng.one`)"
- "traefik.http.routers.whoami.tls=true"
- "traefik.http.routers.whoami.tls.certresolver=le"