Skip to content

Instantly share code, notes, and snippets.

@ipepe
Created December 9, 2019 09:50
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 ipepe/b1a4c57a55b63dbb9c002924cd0f5b9e to your computer and use it in GitHub Desktop.
Save ipepe/b1a4c57a55b63dbb9c002924cd0f5b9e to your computer and use it in GitHub Desktop.
#!/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