Added link to guide to setting DOCKER_HOST_IP

This commit is contained in:
Chris Richardson
2016-11-17 12:17:24 -08:00
committed by GitHub
parent 083047cd81
commit d2077e21aa

View File

@@ -129,5 +129,6 @@ docker-compose -f docker-compose-eventuate-local.yml up -d
Note: You need to set `DOCKER_HOST_IP` before running Docker Compose.
This must be an IP address or resolvable hostname.
It cannot be `localhost`.
See this [guide to setting `DOCKER_HOST_IP`](http://eventuate.io/docs/usingdocker.html) for more information.
Finally, you can open the home page, which is served up by the API Gateway: `http://$DOCKER_HOST_IP:8080`