From 50006e4c425961d6a1764e7334f622e9809a75c5 Mon Sep 17 00:00:00 2001 From: Klarstein <62219057+Klarstein@users.noreply.github.com> Date: Fri, 12 Feb 2021 03:26:55 +0100 Subject: [PATCH] Update Dockerfile health check timings (#1517) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 12b06ec284..bbee4b2434 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ ENV USERNAME="" PASSWORD="" EXPOSE 6052 # Run healthcheck (heartbeat) -HEALTHCHECK --interval=5m --timeout=3s \ +HEALTHCHECK --interval=30s --timeout=30s \ CMD curl --fail http://localhost:6052 || exit 1 # The directory the user should mount their configuration files to