1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-22 02:50:13 +03:00

Fixed typo in routing/providers/docker documentation

This commit is contained in:
Grégoire Pineau 2019-09-27 13:08:03 +02:00 committed by Traefiker Bot
parent b5f07d2995
commit 788024685f

@ -166,7 +166,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers
See [tls](../routers/index.md#tls) for more information.
```yaml
- "traefik.http.routers.myrouter>.tls=true"
- "traefik.http.routers.myrouter.tls=true"
```
??? info "`traefik.http.routers.<router_name>.tls.certresolver`"