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.
This commit is contained in:
Dara Kong 2017-05-09 09:22:58 -07:00 committed by Joao Fernandes
parent 8acc1a5e14
commit 7b3108cc5c
1 changed files with 1 additions and 1 deletions

View File

@ -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"}