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
|
||||
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
|
||||
|
|
|
@ -12,8 +12,8 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240618.1.8
|
||||
container_name: syslog-ng
|
||||
environment:
|
||||
- TZ:America/Indianapolis
|
||||
#environment:
|
||||
#- TZ:America/Indianapolis
|
||||
#- PUID=0
|
||||
#- PGID=0
|
||||
#volumes:
|
||||
|
|
Loading…
Reference in New Issue