Initial commit.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM elasticsearch:7.14.1
|
||||
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install -b ingest-attachment
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
FROM elasticsearch:7.14.1
|
||||
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install -b ingest-attachment
|
||||