Files
pfsense-analytics/Docker/elasticsearch.env
MatthewJSalerno c3d4f73505 Restructured entire repo
Moved volume mounted files to their own directory
Split docker envs into their own files
2019-11-22 22:04:41 -05:00

6 lines
107 B
Bash

http.host=0.0.0.0
transport.host=0.0.0.0
network.host=0.0.0.0
ES_JAVA_OPTS="-Xms1g -Xmx1g"
ES_HEAP_SIZE=2g