Update docker-compose.yml (#93)

increase file descriptors to allow elasticsearch to start.
This commit is contained in:
rogierm
2018-09-04 07:58:36 +02:00
committed by Austin Taylor
parent fc5f9b5b7c
commit 078bd9559e

View File

@ -11,6 +11,9 @@ services:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
mem_limit: 8g
volumes:
- esdata1:/usr/share/elasticsearch/data