Replaces emilevauge/whoami by containous/whoami in the documentation

This commit is contained in:
Gérald Croës 2018-10-25 17:04:03 +02:00 committed by Traefiker Bot
parent 8c2e99432d
commit ac11323fdd
5 changed files with 19 additions and 19 deletions

View file

@ -109,7 +109,7 @@ Edit your `docker-compose.yml` file and add the following at the end of your fil
```yaml
# ...
whoami:
image: emilevauge/whoami # A container that exposes an API to show its IP address
image: containous/whoami # A container that exposes an API to show its IP address
labels:
- "traefik.frontend.rule=Host:whoami.docker.localhost"
```