1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-07 15:33:25 +03:00

Fix spelling in comment

This commit is contained in:
Giorgio Comai
2018-11-08 08:30:04 +01:00
committed by Traefiker Bot
parent 28d5731b87
commit a20f5bda0b

View File

@@ -13,6 +13,6 @@ services:
# A container that exposes a simple API
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:
- "traefik.frontend.rule=Host:whoami.docker.localhost"