Skip to content

Commit

Permalink
Issue #86 set stopsignal in haproxy-keepalived image
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 22, 2023
1 parent 571906e commit 4b54f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/haproxy-keepalived/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ENV KEEPALIVE_CONFIG_ID=main \
TZ=UTC

USER root
STOPSIGNAL SIGTERM
RUN apk add --no-cache --update \
keepalived=$KEEPALIVED_VERSION rsyslog && \
getent passwd haproxy || adduser -S -u 99 haproxy && \
Expand Down

0 comments on commit 4b54f5d

Please sign in to comment.