fig 338 B

1234567891011
  1. # You need to run sysctl -w vm.max_map_count=262144 on the host machine
  2. elasticsearch5:
  3. image: elasticsearch:5
  4. #command: elasticsearch -Des.network.host=0.0.0.0
  5. command: elasticsearch
  6. ports:
  7. - "9200:9200"
  8. - "9300:9300"
  9. # volumes:
  10. # - ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml