From bbb4c1107cd133cf2de3406b05014a833834d6d7 Mon Sep 17 00:00:00 2001 From: alex-phillips Date: Wed, 6 Jun 2018 11:59:07 -0400 Subject: [PATCH] added new INDEX_NAME documentation --- READMETEMPLATE.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/READMETEMPLATE.md b/READMETEMPLATE.md index d2c878f..c218d6b 100644 --- a/READMETEMPLATE.md +++ b/READMETEMPLATE.md @@ -40,6 +40,7 @@ docker create \ -e ES_PORT= \ -e ES_USER= \ -e ES_PASS= \ + -e INDEX_NAME= \ alexphillips/diskover ``` @@ -59,12 +60,13 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po | `-v /data` | data directory to scan | | `-e PGID` | for GroupID, see below for explanation | | `-e PUID` | for UserID, see below for explanation | -| `-e REDIS_HOST` | Redis host | -| `-e REDIS_PORT` | Redis port | -| `-e ES_HOST` | ElasticSearch host | -| `-e ES_PORT` | ElasticSearch port | -| `-e ES_USER` | ElasticSearch username | -| `-e ES_PASS` | ElasticSearch password | +| `-e REDIS_HOST` | Redis host (optional) | +| `-e REDIS_PORT` | Redis port (optional) | +| `-e ES_HOST` | ElasticSearch host (optional) | +| `-e ES_PORT` | ElasticSearch port (optional) | +| `-e ES_USER` | ElasticSearch username (optional) | +| `-e ES_PASS` | ElasticSearch password (optional) | +| `-e INDEX_NAME` | ElasticSearch index name (optional) |