Remove redundant `exit` from heltcheck command.

Co-authored-by: Jairo Llopis <Yajo@users.noreply.github.com>
pull/43/head
Austin S. Hemmelgarn 3 years ago committed by GitHub
parent 917d26e175
commit 1370888698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,4 +27,4 @@ ENV ALLOW_RESTARTS=0 \
VERSION=1 \
VOLUMES=0
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
HEALTHCHECK --interval=1m --timeout=10s CMD nc -z 127.0.0.1 2375 || exit 1
HEALTHCHECK --interval=1m --timeout=10s CMD nc -z 127.0.0.1 2375

Loading…
Cancel
Save