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 6c13dc4 commit 77f4cb6Copy full SHA for 77f4cb6
.ci/run-elasticsearch.sh
@@ -88,7 +88,7 @@ echo -e "\033[34;1mINFO:\033[0m Creating network $NETWORK_NAME if it does not ex
88
docker network inspect "$NETWORK_NAME" > /dev/null 2>&1 || docker network create "$NETWORK_NAME"
89
90
environment=($(cat <<-END
91
- --env discovery.zen.ping.unicast.hosts=elasticsearch
+ --env discovery.zen.ping.unicast.hosts=${NODE_NAME}
92
--env xpack.security.enabled=false
93
--env xpack.monitoring.enabled=false
94
--env xpack.ml.enabled=false
0 commit comments