[es] Port over Swarm compatible binding address lookup

This commit is contained in:
Geoff Bourne
2017-02-22 17:01:00 -06:00
parent 205c57c3e3
commit 649ca92b14
3 changed files with 12 additions and 12 deletions
-1
View File
@@ -14,7 +14,6 @@ COPY start /start
EXPOSE 9200 9300
ENV ES_HOME=/usr/share/elasticsearch-$ES_VERSION \
OPTS=-Dnetwork.host=_non_loopback_ \
DEFAULT_ES_USER=elasticsearch
RUN adduser -S -s /bin/sh $DEFAULT_ES_USER