From ee8e3b0e5db22f4159de71f8a5c54b18f18f2166 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 7 Oct 2022 18:47:10 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29ffdc3..4d7eff6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,6 @@ EXPOSE 80 19070 VOLUME [ "/data", "/config", "/etc/ssl" ] ENTRYPOINT [ "tini", "--" ] -HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ] +HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ] CMD ["/usr/local/bin/entrypoint-cherokee.sh"]