mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 05:51:49 +08:00
bf165642dc
Signed-off-by: Zoey <zoey@z0ey.de>
6 lines
259 B
Docker
6 lines
259 B
Docker
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
|
|
FROM elasticsearch:7.17.6
|
|
|
|
RUN elasticsearch-plugin install --batch ingest-attachment
|
|
|
|
HEALTHCHECK CMD curl -skfI localhost:9200 || exit 1
|