diff --git a/docs/content/routing/providers/docker.md b/docs/content/routing/providers/docker.md index f1f2938e1..a111a3d21 100644 --- a/docs/content/routing/providers/docker.md +++ b/docs/content/routing/providers/docker.md @@ -165,7 +165,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers See [entry points](../routers/index.md#entrypoints) for more information. ```yaml - - "traefik.http.routers.myrouter.entrypoints=web,websecure" + - "traefik.http.routers.myrouter.entrypoints=ep1,ep2" ``` ??? info "`traefik.http.routers..middlewares`" diff --git a/docs/content/routing/providers/marathon.md b/docs/content/routing/providers/marathon.md index f8a50ac5f..b272b42a0 100644 --- a/docs/content/routing/providers/marathon.md +++ b/docs/content/routing/providers/marathon.md @@ -67,7 +67,7 @@ For example, to change the routing rule, you could add the label ```"traefik.htt See [entry points](../routers/index.md#entrypoints) for more information. ```json - "traefik.http.routers.myrouter.entrypoints": "web,websecure" + "traefik.http.routers.myrouter.entrypoints": "ep1,ep2" ``` ??? info "`traefik.http.routers..middlewares`" diff --git a/docs/content/routing/providers/rancher.md b/docs/content/routing/providers/rancher.md index f8255b0ac..c0178a910 100644 --- a/docs/content/routing/providers/rancher.md +++ b/docs/content/routing/providers/rancher.md @@ -72,7 +72,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers See [entry points](../routers/index.md#entrypoints) for more information. ```yaml - - "traefik.http.routers.myrouter.entrypoints=web,websecure" + - "traefik.http.routers.myrouter.entrypoints=ep1,ep2" ``` ??? info "`traefik.http.routers..middlewares`"