Hello,
I followed the doc for geoip, download the maxmind file but i wish to know how to mount it to be accessible by graylog with docker ?
thanks
Hello,
I followed the doc for geoip, download the maxmind file but i wish to know how to mount it to be accessible by graylog with docker ?
thanks
2 options:
log in in the container (docker exec -it name_of_your_container /bin/bash) and download the geoip file
Drawback is you’ll lost it when updating the image of your container
Define a docker volume so the file is persistent
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.