fix elasticsearch - use mapper-attachments instead of ingest-attachment for now
This commit is contained in:
parent
50616a44e3
commit
5f983303c8
@ -12,5 +12,4 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up --build"
|
||||
|
||||
RUN cd /usr/share/elasticsearch;\
|
||||
yes | bin/elasticsearch-plugin install ingest-attachment
|
||||
RUN yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install mapper-attachments
|
||||
|
Loading…
Reference in New Issue
Block a user