We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After starting the docker file, docker ps shows
docker ps
eff7c648dfe3 nickstenning/elasticsearch-icu "/docker-entrypoint.s" 7 seconds ago Up 6 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
However, http://0.0.0.0:9200 and localhost:9200 refused to connect.
http://0.0.0.0:9200
localhost:9200
The text was updated successfully, but these errors were encountered:
Adding -Des.network.host=0.0.0.0 to the docker run command works for some. Not for me. See docker-library/elasticsearch#58
-Des.network.host=0.0.0.0
Sorry, something went wrong.
No branches or pull requests
After starting the docker file,
docker ps
showseff7c648dfe3 nickstenning/elasticsearch-icu "/docker-entrypoint.s" 7 seconds ago Up 6 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
However,
http://0.0.0.0:9200
andlocalhost:9200
refused to connect.The text was updated successfully, but these errors were encountered: