Browse Source

feat(es5): set discovery.type in Dockefile

pull/26/head
Peter Johnson 6 years ago
parent
commit
bdfc18910d
  1. 1
      images/elasticsearch/5.6.12/Dockerfile

1
images/elasticsearch/5.6.12/Dockerfile

@ -9,6 +9,7 @@ ENV ES_JAVA_OPTS '-Xms512m -Xmx512m'
ENV xpack.security.enabled 'false' ENV xpack.security.enabled 'false'
ENV xpack.monitoring.enabled 'false' ENV xpack.monitoring.enabled 'false'
ENV cluster.name 'pelias-dev' ENV cluster.name 'pelias-dev'
ENV discovery.type 'single-node'
ENV bootstrap.memory_lock 'true' ENV bootstrap.memory_lock 'true'
RUN echo 'vm.max_map_count=262144' >> /etc/sysctl.conf RUN echo 'vm.max_map_count=262144' >> /etc/sysctl.conf

Loading…
Cancel
Save