Last active
June 30, 2017 07:03
-
-
Save selcukusta/1eb887c92ab67e32f39c79845283b786 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --name elastic -d -p 9200:9200 -p 9300:9300 -v C:/volume-mappings/elastic-config:/usr/share/elasticsearch/config/synonyms/ -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.4.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment