Skip to content

Commit

Permalink
skip copying rsyslog.conf because src version is very old/different
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Oct 2, 2024
1 parent 8b20888 commit a8e117b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cadc-haproxy-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ FROM fedora:40
RUN dnf -y install haproxy rsyslog && dnf clean all

# set up the configuration for rsyslog. haproxy requires it for logging
COPY src/rsyslog/rsyslog.conf /etc/rsyslog.conf
#COPY src/rsyslog/rsyslog.conf /etc/rsyslog.conf
COPY src/rsyslog/rsyslog_haproxy.conf /etc/rsyslog.d/haproxy.conf
RUN rm /etc/rsyslog.d/listen.conf

# set config for haproxy
COPY src/haproxy/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
#COPY src/haproxy/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg

RUN mkdir /logs

Expand Down

0 comments on commit a8e117b

Please sign in to comment.