fix Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2026-02-19 12:45:10 +01:00
parent a19e4a8c1f
commit 04f9e48d16

View File

@@ -10,7 +10,7 @@ COPY syslog-ng.conf /etc/syslog-ng
RUN mkdir -p /var/log/remote
VOLUME /var/log/remote
EXPOSE 514/UDP
EXPOSE 514/udp
CMD [ "/usr/sbin/syslog-ng", "-f", "/etc/syslog-ng/syslog-ng.conf", "-F" ]