From f3305a9074d2df60891e9a98cb93e4951678d9d5 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:46:42 -0800 Subject: [PATCH] silence curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fe66a057c1d..9e9088a01efd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,7 +134,7 @@ ENV APP_PORT=80 EXPOSE ${APP_PORT} -HEALTHCHECK CMD curl -f http://localhost:${APP_PORT} || exit 1 +HEALTHCHECK CMD curl -fs http://localhost:${APP_PORT} || exit 1 RUN chmod +x $MEALIE_HOME/mealie/run.sh ENTRYPOINT $MEALIE_HOME/mealie/run.sh