Commit 2bdeb788 by bergquist

style(docker): remove comments

parent 20df0aaf
# You need to run sysctl -w vm.max_map_count=262144 on the host machine # You need to run 'sysctl -w vm.max_map_count=262144' on the host machine
elasticsearch5: elasticsearch5:
image: elasticsearch:5 image: elasticsearch:5
#command: elasticsearch -Des.network.host=0.0.0.0
command: elasticsearch command: elasticsearch
ports: ports:
- "9200:9200" - "9200:9200"
- "9300:9300" - "9300:9300"
# volumes:
# - ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment