From e86bfa163bb9d69964efe511057ba496f7e7d587 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 26 Feb 2025 10:33:16 +0100 Subject: [PATCH] Revert "[feat] add HEALTHCHECK in Dockerfile" This reverts commit dabe42549991619789485fa0841954d9f5db8b60. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b353db102..2a4d39591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,8 +62,6 @@ RUN su searxng -c "/usr/bin/python3 -m compileall -q searx" \ -o -name '*.svg' -o -name '*.ttf' -o -name '*.eot' \) \ -type f -exec gzip -9 -k {} \+ -exec brotli --best {} \+ -HEALTHCHECK CMD wget --quiet --tries=1 --spider http://localhost:8080/healthz || exit 1 - # Keep these arguments at the end to prevent redundant layer rebuilds ARG LABEL_DATE= ARG GIT_URL=unknown