Fix typo and tweak formatting in quickstart

This commit is contained in:
Alexy Mikhailichenko 2018-04-30 03:24:04 -04:00 committed by Traefiker Bot
parent b7e15e0a2c
commit 1d770e5636
2 changed files with 12 additions and 12 deletions

View file

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

View file

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