cleanup and improvements
This commit is contained in:
parent
03ea7a3d95
commit
d469ef3f68
4 changed files with 14 additions and 15 deletions
|
@ -38,17 +38,17 @@ services:
|
|||
privileged: true
|
||||
|
||||
|
||||
whoami:
|
||||
image: containous/whoami
|
||||
networks:
|
||||
- web
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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"
|
||||
restart: unless-stopped
|
||||
# whoami:
|
||||
# image: containous/whoami
|
||||
# networks:
|
||||
# - web
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "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"
|
||||
# restart: unless-stopped
|
||||
|
||||
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue