docker-compose.yaml 200 B

12345678
  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
  5. ports:
  6. - "10200:9200"
  7. - "10300:9300"