Added empty line before changes

pull/538/head
Tim Brockman 2016-05-22 22:40:59 -04:00
parent fab1e0a9f9
commit 6232bb49fc
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ Visit your app in the browser, or use `curl` or `wget` if youd like :
$ curl http://localhost:8080
Hello World!
```
**If you get a `Connection refused` message, your `DOCKER_HOST` address may be the address of your Docker VM, not the localhost address.** Use the `docker-machine ip default` command to find the Docker VM address.
```shell