minor updates

This commit is contained in:
pemontto
2019-04-18 16:12:54 +10:00
parent e6c397397b
commit 2b6afe31c2
3 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@ services:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- xpack.security.enabled=false
- path.repo=/snapshots
ulimits:
memlock:
soft: -1
@ -18,6 +19,7 @@ services:
mem_limit: 8g
volumes:
- esdata1:/usr/share/elasticsearch/data
- ./data/es_snapshots:/snapshots
ports:
- 9200:9200
#restart: always