Skip to content

Instantly share code, notes, and snippets.

@Nilegfx
Last active February 19, 2020 20:19
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 Nilegfx/2b1c7556fa922346272bcd0d50073cc5 to your computer and use it in GitHub Desktop.
Save Nilegfx/2b1c7556fa922346272bcd0d50073cc5 to your computer and use it in GitHub Desktop.
version: '3.5'
services:
es5:
container_name: es5
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.10
environment:
xpack.security.enabled: "false"
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
ports:
- 9200:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment