Skip to content

Commit

Permalink
turn off debug mode (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrieralien committed Apr 3, 2024
1 parent 0847956 commit 6e18ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/rsyslog/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apt install rsyslog -y
RUN rm -r /etc/rsyslog.d && mkdir /etc/rsyslog.d
COPY config/rsyslog.d/* /etc/rsyslog.d/
COPY config/rsyslog.conf /etc/rsyslog.conf
ENTRYPOINT ["rsyslogd" ,"-n", "-d"]
ENTRYPOINT ["rsyslogd" ,"-n"]

0 comments on commit 6e18ed8

Please sign in to comment.