Update Dockerfile

This commit is contained in:
Alexandre
2021-09-23 21:11:27 +02:00
committed by GitHub
parent 81eebdeae0
commit 31b4664396

View File

@@ -5,7 +5,7 @@ ARG BUILD_UPSTREAM="22.1.1"
FROM ${BUILD_FROM}
#Install elasticsearch
FROM elasticsearch
FROM elasticsearch/elasticsearch
RUN bin/elasticsearch-plugin install --batch ingest-attachment
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"