add missing HEALTHCHECK
This commit is contained in:
parent
56ccad7bf3
commit
69e65adfe1
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user