searxng by default

This commit is contained in:
Ivan Gabaldon 2025-05-02 09:36:24 +02:00
parent df99365ff9
commit 4aaa97a1d8
No known key found for this signature in database
GPG Key ID: 075587C93FA67582

View File

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