add missing HEALTHCHECK

This commit is contained in:
Ivan Gabaldon 2025-05-01 16:16:21 +02:00
parent 56ccad7bf3
commit 69e65adfe1
No known key found for this signature in database
GPG Key ID: 075587C93FA67582

View File

@ -97,4 +97,6 @@ VOLUME $DATA_PATH
EXPOSE 8080
HEALTHCHECK CMD wget --quiet --tries=1 --spider http://localhost:8080/healthz || exit 1
ENTRYPOINT ["/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]