fix healthcheck in fulltextsearch container

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2022-08-25 16:18:46 +02:00
committed by GitHub
parent ce7027d026
commit bf165642dc

View File

@@ -2,3 +2,5 @@
FROM elasticsearch:7.17.6
RUN elasticsearch-plugin install --batch ingest-attachment
HEALTHCHECK CMD curl -skfI localhost:9200 || exit 1