ES Teamplate firewall

This commit is contained in:
Kameron Kenny 2024-06-14 12:28:38 -04:00
parent 983aeb4938
commit cbbd0d585a
No known key found for this signature in database
GPG Key ID: E5006629839D2276
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM lscr.io/linuxserver/syslog-ng:latest FROM lscr.io/linuxserver/syslog-ng:latest
LABEL version="20240614.1.2" LABEL version="20240614.1.3"
LABEL description="syslog-ng" LABEL description="syslog-ng"
RUN mkdir -p /config RUN mkdir -p /config

View File

@ -10,7 +10,7 @@ services:
syslog-ng: syslog-ng:
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240614.1.2 image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240614.1.3
container_name: syslog-ng container_name: syslog-ng
environment: environment:
- PUID=0 - PUID=0