Skip to content

Instantly share code, notes, and snippets.

@ksmandersen
Last active November 12, 2019 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksmandersen/d9cec06c59e3568196f696201a3fdd87 to your computer and use it in GitHub Desktop.
Save ksmandersen/d9cec06c59e3568196f696201a3fdd87 to your computer and use it in GitHub Desktop.
Spin up an elastic search instance locally for development
docker run -d --restart always --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment