Fix a typo in routing documentation for Docker
This commit is contained in:
parent
f790b9aa54
commit
531c581cd5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Attach labels to your containers and let Traefik do the rest!
|
||||||
!!! important "Traefik Connecting to the Wrong Port: `HTTP/502 Gateway Error`"
|
!!! important "Traefik Connecting to the Wrong Port: `HTTP/502 Gateway Error`"
|
||||||
By default, Traefik uses the first exposed port of a container.
|
By default, Traefik uses the first exposed port of a container.
|
||||||
|
|
||||||
Setting the label `raefik.http.services.xxx.loadbalancer.server.port`
|
Setting the label `traefik.http.services.xxx.loadbalancer.server.port`
|
||||||
overrides that behavior.
|
overrides that behavior.
|
||||||
|
|
||||||
??? example "Configuring Docker Swarm & Deploying / Exposing Services"
|
??? example "Configuring Docker Swarm & Deploying / Exposing Services"
|
||||||
|
|
Loading…
Reference in a new issue