mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 02:49:57 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
FROM elasticsearch:7.14.2
|
FROM elasticsearch:7.14.2
|
||||||
|
|
||||||
# Install plugins
|
# Install plugins
|
||||||
|
#WORKDIR /data
|
||||||
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
|
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
|
||||||
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user