Updated the graylog image to pull in the GeoIP when built.

To update the GeoIP all you need to do is rebuild the image
(docker-compose build)
This commit is contained in:
MatthewJSalerno
2019-11-22 23:43:42 -05:00
parent c3d4f73505
commit 1051c95fca
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
http.host=0.0.0.0
transport.host=0.0.0.0
network.host=0.0.0.0
ES_JAVA_OPTS="-Xms1g -Xmx1g"
"ES_JAVA_OPTS=-Xms1g -Xmx1g"
ES_HEAP_SIZE=2g