From 6a6a3b1d7749e8c743ccab1c5ee589688e21aa5a Mon Sep 17 00:00:00 2001 From: Jack Zhuang <50353452+hotlong@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:52:40 +0800 Subject: [PATCH] Disable Healthcheck HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/opt/steedos/healthcheck.sh" --- deploy/community/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy/community/Dockerfile b/deploy/community/Dockerfile index 2ca4cbe1e8..4eec525545 100644 --- a/deploy/community/Dockerfile +++ b/deploy/community/Dockerfile @@ -118,6 +118,4 @@ VOLUME [ "/steedos-storage" ] ENTRYPOINT [ "/opt/steedos/entrypoint.sh" ] -HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/opt/steedos/healthcheck.sh" - -CMD ["/usr/bin/supervisord", "-n"] \ No newline at end of file +CMD ["/usr/bin/supervisord", "-n"]