From fe532ed4f2eec40ed9a209d4fb751c263962a7a0 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 29 Mar 2019 16:38:04 +0100 Subject: [PATCH] Fix two minor nits in Traefik 2.0 docs --- docs/content/providers/docker.md | 2 +- docs/content/reference/providers/docker.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/providers/docker.md b/docs/content/providers/docker.md index 2ff3ccc42..53d8c3480 100644 --- a/docs/content/providers/docker.md +++ b/docs/content/providers/docker.md @@ -199,7 +199,7 @@ The Service automatically gets a server per instance of the container, and the r ### Routers -To update the configuration of the Router automatically attached to the container, add labels starting with `traefik.routers.{name-of-your-choice}.` and followed by the option you want to change. For example, to change the rule, you could add the label `traefik.http.routers.my-container.rule=Host(my-domain)`. +To update the configuration of the Router automatically attached to the container, add labels starting with `traefik.http.routers.{name-of-your-choice}.` and followed by the option you want to change. For example, to change the rule, you could add the label `traefik.http.routers.my-container.rule=Host(my-domain)`. Every [Router](../routing/routers/index.md) parameter can be updated this way. diff --git a/docs/content/reference/providers/docker.md b/docs/content/reference/providers/docker.md index 718515625..7cbb8e673 100644 --- a/docs/content/reference/providers/docker.md +++ b/docs/content/reference/providers/docker.md @@ -53,10 +53,10 @@ watch = true # exposedByDefault = true -# Use the IP address from the binded port instead of the inner network one. +# Use the IP address from the bound port instead of the inner network one. # -# In case no IP address is attached to the binded port (or in case -# there is no bind), the inner network one will be used as a fallback. +# In case no IP address is attached to the bound port (or in case +# there is no bind), the inner network one will be used as a fallback. # # Optional # Default: false