From 1e0183a3b1ba9d618dd15694bd236762e86e1262 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 1 Oct 2016 09:52:40 -0500 Subject: [PATCH] [es] Added ports and volumes summary --- elasticsearch/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/elasticsearch/README.md b/elasticsearch/README.md index ae11b165..d203943f 100755 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -49,7 +49,19 @@ and then check the cluster health, such as http://192.168.99.100:9200/_cluster/h "unassigned_shards" : 0 } -# Configuration +# Configuration Summary + +## Ports + +* `9200` - HTTP REST +* `9300` - Native transport + +## Volumes + +* `/data` - location of `path.data` +* `/conf` - location of `path.conf` + +# Configuration Details The following configuration options are specified using `docker run` environment variables (`-e`) like