From d2077e21aa677a00095f90250470ff011c132ab8 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Thu, 17 Nov 2016 12:17:24 -0800 Subject: [PATCH] Added link to guide to setting DOCKER_HOST_IP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1be27ed..59a4fc6 100644 --- a/README.md +++ b/README.md @@ -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`