Last active
February 19, 2020 20:19
-
-
Save Nilegfx/2b1c7556fa922346272bcd0d50073cc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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