From bb331285522b2734fc36b5cde0c9c5170c4ffcfe Mon Sep 17 00:00:00 2001 From: nicolas Trauwaen Date: Mon, 6 Aug 2018 14:08:03 +0200 Subject: [PATCH] Change syntax in quick start guide --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 833c85f33..2afd6b199 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.