From 5062bc91ab01959fd8757fc00d9f079b8eb85ba7 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 4 Jan 2017 19:56:33 -0600 Subject: [PATCH] [es] Fixed DISCOVER_HTTP_IP typo in README Fixes #120 --- elasticsearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 5c3de57b..8ff08c9c 100755 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -196,7 +196,7 @@ replacing `eth0` with another interface within the container, if needed. The same can be done for publish/binding of the http module by adding: - -e DISCOVERY_HTTP_IP=eth2 + -e DISCOVER_HTTP_IP=eth2 ## Heap size and other JVM options