From ff3a20903341d002367f5b7d61d762d613a5e36b Mon Sep 17 00:00:00 2001 From: Jochen Date: Sat, 1 Jul 2017 01:58:29 +0200 Subject: [PATCH] Update part5.md (#3725) --- 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 7ef6922779..5335c2d10f 100644 --- a/get-started/part5.md +++ b/get-started/part5.md @@ -244,7 +244,7 @@ Redis service. Be sure to replace `username/repo:tag` with your image details. $ docker-machine ssh myvm1 "docker stack deploy -c docker-compose.yml getstartedlab" ``` -5. Check the web page at `http://localhost` and you'll see the results of the visitor counter, which is now live and storing information on Redis. +5. Check the web page at one of your nodes (e.g. `http://192.168.99.101`) and you'll see the results of the visitor counter, which is now live and storing information on Redis. ![Hello World in browser with Redis](images/app-in-browser-redis.png)