From c27c1961ba109a5913c7a288b132e013337c8f92 Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Thu, 20 Feb 2025 20:36:25 +0000 Subject: [PATCH] change interval to 15 minutes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d9241b..f0b2398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,5 +35,5 @@ RUN ./test.sh FROM base EXPOSE 8191 -HEALTHCHECK --interval=60s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ] +HEALTHCHECK --interval=15m --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ] CMD ["./cmd.sh"] \ No newline at end of file