Last active
November 12, 2019 09:44
-
-
Save ksmandersen/d9cec06c59e3568196f696201a3fdd87 to your computer and use it in GitHub Desktop.
Spin up an elastic search instance locally for development
This file contains 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 -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