From 6618e38191eac5edb7bf85da8b9a5fd4ff506f8a Mon Sep 17 00:00:00 2001 From: Max Beatty Date: Mon, 20 Apr 2015 15:09:59 -0700 Subject: [PATCH] de-tab line between quote and paragraph --- elasticsearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/README.md b/elasticsearch/README.md index bc78ab09c..dd5dfc550 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -33,7 +33,7 @@ This image comes with a default set of configuration files for `elasticsearch`, This image is configured with a volume at `/usr/share/elasticsearch/data` to hold the persisted index data. Use that path if you would like to keep the data in a mounted volume: docker run -d -v "$PWD/esdata":/usr/share/elasticsearch/data elasticsearch - + This image includes `EXPOSE 9200 9300` ([default `http.port`](http://www.elastic.co/guide/en/elasticsearch/reference/1.5/modules-http.html)), so standard container linking will make it automatically available to the linked containers. # License