From f5f64d758459ebe480d6922efa71f5f5abb8494e Mon Sep 17 00:00:00 2001 From: Max Beatty Date: Mon, 20 Apr 2015 13:52:31 -0700 Subject: [PATCH] update elasticsearch content to include exposed ports --- elasticsearch/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elasticsearch/content.md b/elasticsearch/content.md index ea9d9a343..841fa7dba 100644 --- a/elasticsearch/content.md +++ b/elasticsearch/content.md @@ -25,3 +25,5 @@ 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.