Skip to content

Instantly share code, notes, and snippets.

@descovi
Created August 6, 2018 08:08
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 descovi/9a5c9d3ec040ce2d412562333792324c to your computer and use it in GitHub Desktop.
Save descovi/9a5c9d3ec040ce2d412562333792324c to your computer and use it in GitHub Desktop.
Impostazione per usare docker compose con elastic search.
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.2
container_name: elasticsearch
volumes:
- esdata1:/usr/share/elasticsearch/data
ports:
- 9200:9200
volumes:
esdata1:
driver: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment