Skip to content

Commit

Permalink
Fixed typo in routing/providers/docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored and traefiker committed Sep 27, 2019
1 parent b5f07d2 commit 7880246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/providers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
Expand Down

0 comments on commit 7880246

Please sign in to comment.