mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Update Dockerfile
This commit is contained in:
@@ -2,13 +2,6 @@ ARG BUILD_UPSTREAM="7.14.2"
|
|||||||
FROM elasticsearch:$BUILD_UPSTREAM
|
FROM elasticsearch:$BUILD_UPSTREAM
|
||||||
|
|
||||||
# Data persistence
|
# Data persistence
|
||||||
WORKDIR /data
|
|
||||||
#sed "2a mkdir -p /share/elasticsearch"
|
|
||||||
#for files in "data" "config" "elasticsearch.yml"; do
|
|
||||||
#cp -rn /usr/share/elasticsearch/$files /share/elasticsearch
|
|
||||||
#rm -r /usr/share/elasticsearch/$files
|
|
||||||
#ln -s /share/elasticsearch/$files /share/elasticsearch
|
|
||||||
#done
|
|
||||||
|
|
||||||
# Install plugins
|
# Install plugins
|
||||||
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
|
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
|
||||||
|
|||||||
Reference in New Issue
Block a user