Skip to content

Commit

Permalink
upgraded elasticsearch version
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr authored Aug 23, 2016
1 parent e74c8b5 commit f1ec47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elasticsearch:2.1.2
FROM elasticsearch:2.3.5

MAINTAINER Vladimir Orany <[email protected]>

Expand All @@ -12,4 +12,4 @@ RUN set -x \

EXPOSE 9300 9200

CMD ["elasticsearch", "-Des.cluster.name=metadata", "-Des.network.host${METADATA_ES_HOST:-0.0.0.0}", "-Des.threadpool.bulk.queue_size=20000", "-Des.action.auto_create_index=false", "-Des.index.mapper.dynamic=false"]
CMD ["elasticsearch", "-Des.cluster.name=metadata", "-Des.network.host=${METADATA_ES_HOST:-0.0.0.0}", "-Des.threadpool.bulk.queue_size=20000", "-Des.action.auto_create_index=false", "-Des.index.mapper.dynamic=false"]

0 comments on commit f1ec47a

Please sign in to comment.