1
0
Fork 0

Merge current v1.7 into master

This commit is contained in:
Ludovic Fernandez 2018-08-06 14:58:03 +02:00 committed by Traefiker Bot
parent dad0e75121
commit e92b01c528
8 changed files with 129 additions and 25 deletions

View file

@ -138,7 +138,7 @@ IP: 172.27.0.3
Run more instances of your `whoami` service with the following command:
```shell
docker-compose up -d --scale whoami=2
docker-compose scale whoami=2
```
Go back to your browser ([http://localhost:8080](http://localhost:8080)) and see that Træfik has automatically detected the new instance of the container.