From 9bd45e4ce06962edbe43d9b30f45ea8e9ac91514 Mon Sep 17 00:00:00 2001 From: garanews Date: Thu, 17 Sep 2020 09:56:53 +0200 Subject: [PATCH] Update README.md --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index b3c842cf8c..11d47431d1 100644 --- a/docker/README.md +++ b/docker/README.md @@ -21,9 +21,9 @@ If you take a look of docker-compose.yml you will see you need some local folder ### Cortex-Analyzers -- In order to use Analyzers in docker version, set the online json url instead absolute path of analyzers in the application.conf of Cortex: +- In order to use Analyzers in docker version, it is set the online json url instead absolute path of analyzers in the application.conf of Cortex: https://dl.bintray.com/thehive-project/cortexneurons/analyzers.json -- In order to use Analyzers in docker version set the application.conf thejob: ``` +- In order to use Analyzers in docker version it is set the application.conf thejob: ``` job { runner = [docker] } ```