mirror of
https://github.com/lephisto/pfsense-analytics.git
synced 2025-12-06 04:19:19 +01:00
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:
7
Docker/graylog/Dockerfile
Normal file
7
Docker/graylog/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM graylog/graylog:3.1
|
||||
# Probably a bad idea, but it works for now
|
||||
USER root
|
||||
RUN mkdir -pv /etc/graylog/server/
|
||||
COPY ./getGeo.sh /etc/graylog/server/
|
||||
RUN chmod +x /etc/graylog/server/getGeo.sh && /etc/graylog/server/getGeo.sh
|
||||
USER graylog
|
||||
Reference in New Issue
Block a user