1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-14 00:58:23 +03:00

Fix a typo in routing documentation for Docker

This commit is contained in:
Damien Duportal 2019-10-28 17:42:05 +01:00 committed by Traefiker Bot
parent f790b9aa54
commit 531c581cd5

View File

@ -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`"
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.
??? example "Configuring Docker Swarm & Deploying / Exposing Services"