Created
December 9, 2019 09:50
-
-
Save ipepe/b1a4c57a55b63dbb9c002924cd0f5b9e to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" --restart=unless-stopped elasticsearch:6.8.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment