mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-12 01:24:45 +08:00
Merge pull request #1059 from nextcloud/healthcheck-fulltextsearch-patch-1
fix healthcheck in fulltextsearch container
This commit is contained in:
commit
90bf396b9e
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
|||
FROM elasticsearch:7.17.6
|
||||
|
||||
RUN elasticsearch-plugin install --batch ingest-attachment
|
||||
|
||||
HEALTHCHECK CMD curl -skfI localhost:9200 || exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue