Skip to content

Commit

Permalink
New version of elasticsearch listen to 127.0.0.1 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange committed Feb 2, 2016
1 parent c683f3c commit 196dbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ RUN /src/ensure_elastic_running &&\
COPY mappings/utils /src/mappings/utils
RUN /src/ensure_elastic_running &&\
/bin/bash utils/utils_0.1

CMD ["elasticsearch", "--network.host", "0.0.0.0"]

0 comments on commit 196dbc4

Please sign in to comment.