This commit is contained in:
parent
793ffa5790
commit
9bd4f31296
|
@ -15,4 +15,6 @@ COPY config/syslog-ng.conf /config/syslog-ng.conf
|
||||||
RUN mkdir -p /config/GeoIP
|
RUN mkdir -p /config/GeoIP
|
||||||
COPY data/GeoIP/GeoLite2-City.mmdb /config/GeoIP/GeoLite2-City.mmdb
|
COPY data/GeoIP/GeoLite2-City.mmdb /config/GeoIP/GeoLite2-City.mmdb
|
||||||
|
|
||||||
|
COPY data/timezone /etc/timezone
|
||||||
|
|
||||||
ENTRYPOINT echo "It's alive!" && syslog-ng -F -f /config/syslog-ng.conf --no-caps
|
ENTRYPOINT echo "It's alive!" && syslog-ng -F -f /config/syslog-ng.conf --no-caps
|
||||||
|
|
|
@ -12,8 +12,8 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240618.1.8
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240618.1.8
|
||||||
container_name: syslog-ng
|
container_name: syslog-ng
|
||||||
environment:
|
#environment:
|
||||||
- TZ:America/Indianapolis
|
#- TZ:America/Indianapolis
|
||||||
#- PUID=0
|
#- PUID=0
|
||||||
#- PGID=0
|
#- PGID=0
|
||||||
#volumes:
|
#volumes:
|
||||||
|
|
Loading…
Reference in New Issue