diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index b5798792..c789a72e 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -2,3 +2,5 @@ FROM elasticsearch:7.17.6 RUN elasticsearch-plugin install --batch ingest-attachment + +HEALTHCHECK CMD curl -skfI localhost:9200 || exit 1