Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Last active June 30, 2017 07:03
Show Gist options
  • Select an option

  • Save selcukusta/1eb887c92ab67e32f39c79845283b786 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/1eb887c92ab67e32f39c79845283b786 to your computer and use it in GitHub Desktop.
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