Fixed typo in routing/providers/docker documentation
This commit is contained in:
parent
b5f07d2995
commit
788024685f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
See [tls](../routers/index.md#tls) for more information.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- "traefik.http.routers.myrouter>.tls=true"
|
- "traefik.http.routers.myrouter.tls=true"
|
||||||
```
|
```
|
||||||
|
|
||||||
??? info "`traefik.http.routers.<router_name>.tls.certresolver`"
|
??? info "`traefik.http.routers.<router_name>.tls.certresolver`"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue