mirror of https://github.com/docker/docs.git
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:
parent
8acc1a5e14
commit
7b3108cc5c
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue