From 2bdeb7888549598abd3801832d786725f6c40582 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 28 Nov 2016 18:48:34 +0100 Subject: [PATCH] style(docker): remove comments --- docker/blocks/elastic5/fig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/blocks/elastic5/fig b/docker/blocks/elastic5/fig index 666b03dbe98..c1c00bea168 100644 --- a/docker/blocks/elastic5/fig +++ b/docker/blocks/elastic5/fig @@ -1,11 +1,8 @@ -# 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: image: elasticsearch:5 - #command: elasticsearch -Des.network.host=0.0.0.0 command: elasticsearch ports: - "9200:9200" - "9300:9300" - # volumes: - # - ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml