Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created June 20, 2019 20:36
Show Gist options
  • Save lvthillo/7f2b97d2c78590c2bf53590533d87d38 to your computer and use it in GitHub Desktop.
Save lvthillo/7f2b97d2c78590c2bf53590533d87d38 to your computer and use it in GitHub Desktop.
Setup of ElasticSearch
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1
environment:
- discovery.type=single-node
- xpack.security.enabled=false
networks:
- logging-network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment