From c810cf7fd3227d64c36c648b1ff060c89e18f01a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 9 Jan 2024 12:27:04 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-diskover.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-diskover.md b/docs/images/docker-diskover.md index 478605403..fd658faf5 100644 --- a/docs/images/docker-diskover.md +++ b/docs/images/docker-diskover.md @@ -41,8 +41,8 @@ This application is dependent on an ElasticSearch instance. Please see the examp The default username is diskover with the password of **darkdata**, access the container at `http:///`. The UI may be unusable until a valid index has been created. The default diskover-web Constants.php file located at `/config/diskover-web.conf.d/Constants.php` will need to be edited to allow diskover-web to communicate with the ElasticSearch container. The following entries will need to be edited: -* `const ES_HOST = elasticsearch` -* `const ES_PORT = 9200` +* `const ES_HOST = 'elasticsearch';` +* `const ES_PORT = 9200;` The application doesn't start an index by default. A crontab is created inside of the `/config` directory and can be set up to run automated indexes of `/data`. Changes to this crontab file require a restart to apply. You can also manually run an index by executing `/app/diskover/diskover.py` either in interactive or detached mode: