summaryrefslogtreecommitdiff
path: root/container
diff options
context:
space:
mode:
Diffstat (limited to 'container')
-rw-r--r--container/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/container/Dockerfile b/container/Dockerfile
index d7bc83802..880ae26fc 100644
--- a/container/Dockerfile
+++ b/container/Dockerfile
@@ -60,6 +60,4 @@ VOLUME $DATA_PATH
EXPOSE 8080
-HEALTHCHECK CMD wget --quiet --tries=1 --spider http://localhost:8080/healthz || exit 1
-
ENTRYPOINT ["/usr/local/searxng/entrypoint.sh"]