Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created November 14, 2018 00:21
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 abuiles/6dddc3a16b768c99b3842c81940a18e8 to your computer and use it in GitHub Desktop.
Save abuiles/6dddc3a16b768c99b3842c81940a18e8 to your computer and use it in GitHub Desktop.
version: '2.2'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.0
ports:
- 9200:9200
environment:
- xpack.security.enabled=false
@abuiles
Copy link
Author

abuiles commented Nov 14, 2018

Download this and then docker-compose up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment