Fix typo in docker routing documentation
This commit is contained in:
parent
4461ecfed1
commit
5eebd04d43
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers
|
|||
|
||||
??? info "`traefik.http.routers.<router_name>.service`"
|
||||
|
||||
See [rule](../routers/index.md#service) for more information.
|
||||
See [service](../routers/index.md#service) for more information.
|
||||
|
||||
```yaml
|
||||
- "traefik.http.routers.myrouter.service=myservice"
|
||||
|
|
Loading…
Reference in a new issue