Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisvoncken authored Apr 17, 2023
1 parent 97b2896 commit a07c1e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch analysis-i

RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch analysis-phonetic

RUN echo 'http.max_content_length: 500mb' >> /usr/share/elasticsearch/config/elasticsearch.yml

MAINTAINER Lewis Voncken <[email protected]>

ENV discovery.type="single-node"
Expand Down

0 comments on commit a07c1e2

Please sign in to comment.