From ce0e30b50c3441ff80100d3798f82f8042d802f3 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 6 Jan 2020 22:53:32 +0100 Subject: [PATCH] Revert to the default healthcheck interval --- seafile-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile-client/Dockerfile b/seafile-client/Dockerfile index 6ae2218..c5c5970 100644 --- a/seafile-client/Dockerfile +++ b/seafile-client/Dockerfile @@ -66,4 +66,4 @@ COPY tests /tests ENTRYPOINT ["/bin/bash", "--"] CMD ["/entrypoint.sh"] -HEALTHCHECK --interval=5m --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "/healthcheck.sh"] \ No newline at end of file +HEALTHCHECK --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "/healthcheck.sh"] \ No newline at end of file