GeoLite2 data

This commit is contained in:
Kameron Kenny 2024-06-18 10:22:08 -04:00
parent ed94b8e079
commit e04690db2c
No known key found for this signature in database
GPG Key ID: E5006629839D2276
4 changed files with 15 additions and 0 deletions

15
Dockerfile.orig Normal file
View File

@ -0,0 +1,15 @@
FROM lscr.io/linuxserver/syslog-ng:latest
LABEL version="20240617.1.7"
LABEL description="syslog-ng"
RUN apk update
RUN apk upgrade
RUN mkdir -p /config
COPY config /config
RUN mkdir -p /config/GeoIP
COPY data/GeoIP/GeoLite2-City.mmdb /config/GeoIP/GeoLite2-City.mmdb
RUN apk add libmaxminddb

Binary file not shown.

Binary file not shown.

Binary file not shown.