Remove whoami service

This commit is contained in:
Oliver Davies 2021-02-09 09:05:11 +00:00
parent d66d1cb6da
commit 97393bd48b

View file

@ -22,11 +22,3 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:
- traefik_proxy
whoami:
image: "traefik/whoami"
container_name: "simple-service"
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
- "traefik.http.routers.whoami.entrypoints=web"