GeoLite2 data
This commit is contained in:
parent
ed94b8e079
commit
e04690db2c
|
@ -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.
Loading…
Reference in New Issue