We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f80d7a commit 18f8a6aCopy full SHA for 18f8a6a
1 file changed
Dockerfile
@@ -3,7 +3,7 @@
3
# HAProxy image with certbot for certificate generation and renewal
4
#
5
# -----------------------------------------------------------------------------------------------
6
-FROM haproxy:2.8-alpine
+FROM haproxy:2.9-alpine
7
MAINTAINER support@openremote.io
8
9
USER root
@@ -59,7 +59,7 @@ ADD cli.ini /root/.config/letsencrypt/
59
ADD entrypoint.sh /
60
RUN chmod +x /entrypoint.sh
61
62
-HEALTHCHECK --interval=60s --timeout=3s --start-period=5s --retries=2 CMD curl --fail --silent http://127.0.0.1/docker-health || exit 1
+HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=10 CMD curl --fail --silent http://127.0.0.1/docker-health || exit 1
63
64
RUN chown -R haproxy:haproxy /etc/haproxy
65
0 commit comments