Java options fix in docker-compose.yml. (#18)

pull/24/head
Gagan Bhat 4 years ago committed by GitHub
parent 42ee930160
commit 3721428ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ services:
driver: none
environment:
- discovery.type=single-node
- JAVA_OPTS=-Xms2g -Xmx2g
- ES_JAVA_OPTS=-Xms2g -Xmx2g
volumes:
- esdata:/usr/share/elasticsearch/data
kibana:
@ -57,4 +57,4 @@ services:
volumes:
esdata:
driver: local
driver: local

Loading…
Cancel
Save