mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update Dockerfile
This commit is contained in:
@@ -2,13 +2,6 @@ ARG BUILD_UPSTREAM="7.14.2"
|
||||
FROM elasticsearch:$BUILD_UPSTREAM
|
||||
|
||||
# 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
|
||||
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
|
||||
|
||||
Reference in New Issue
Block a user