Fix typos in documentation
This commit is contained in:
parent
f6df556eb0
commit
97ec764db7
8 changed files with 11 additions and 11 deletions
|
@ -14,7 +14,7 @@ it knows all the logic and every rule that determine which services handle which
|
|||
|
||||
Where traditionally edge routers (or reverse proxies) need a configuration file that contains every possible route to your services, Traefik gets them from the services themselves.
|
||||
|
||||
Deploying your services, you attach information that tell Traefik the characteristics of the requests the services can handle.
|
||||
Deploying your services, you attach information that tells Traefik the characteristics of the requests the services can handle.
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ docker-compose up -d --scale whoami=2
|
|||
|
||||
Go back to your browser ([http://localhost:8080/api/rawdata](http://localhost:8080/api/rawdata)) and see that Traefik has automatically detected the new instance of the container.
|
||||
|
||||
Finally, see that Traefik load-balances between the two instances of your services by running twice the following command:
|
||||
Finally, see that Traefik load-balances between the two instances of your service by running the following command twice:
|
||||
|
||||
```shell
|
||||
curl -H Host:whoami.docker.localhost http://127.0.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue