From 8a4c969dec18dffa1cfdcc0c48f1e52086faa00b Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Apr 2023 17:54:20 +0200 Subject: [PATCH] Health check --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b78ff42..f0d917b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,6 @@ ENV CPU_CORES 1 ENV DISK_SIZE 16G ENV RAM_SIZE 512M -HEALTHCHECK --interval=30s --timeout=5s CMD curl -f http://127.0.0.1:5000/ || exit 1 +HEALTHCHECK --interval=30s --timeout=5s CMD curl -f http://20.20.20.21:5000/ || exit 1 ENTRYPOINT ["/run/run.sh"]