From 7b3108cc5c8a8187f86aff9bc18cf30649d32950 Mon Sep 17 00:00:00 2001 From: Dara Kong Date: Tue, 9 May 2017 09:22:58 -0700 Subject: [PATCH] Fix IP address in getting started part 5 (#3200) The docs incorrectly state how to access the web page app. It should be accessed either node's IP address and NOT localhost. --- get-started/part5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part5.md b/get-started/part5.md index c95c71dfa0..4bf1a088b6 100644 --- a/get-started/part5.md +++ b/get-started/part5.md @@ -212,7 +212,7 @@ $ docker-machine scp docker-compose.yml myvm1:~ $ docker-machine ssh myvm1 "docker stack deploy -c docker-compose.yml getstartedlab" ``` -Check the results on http://localhost and you'll see that a visitor counter is +Check the results on either nodes IP address and you'll see that a visitor counter is now live and storing information on Redis. [On to Part 6 >>](part6.md){: class="button outline-btn" style="margin-bottom: 30px"}