We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839feab commit 1448beaCopy full SHA for 1448bea
elasticsearch.yml
@@ -1,6 +1,6 @@
1
cluster:
2
name: ${CLUSTER_NAME}
3
-
+
4
node:
5
master: ${NODE_MASTER}
6
data: ${NODE_DATA}
run.sh
@@ -4,7 +4,7 @@ export CLUSTER_NAME=${CLUSTER_NAME:-elasticsearch-default}
export NODE_MASTER=${NODE_MASTER:-true}
export NODE_DATA=${NODE_DATA:-true}
export HTTP_ENABLE=${HTTP_ENABLE:-true}
7
-export MULTICAST=${MULTICAST:-true}
+export MULTICAST=${MULTICAST:-false}
8
9
export NAMESPACE=${NAMESPACE:-default}
10
export DISCOVERY_SERVICE=${DISCOVERY_SERVICE:-elasticsearch-discovery}
0 commit comments