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] } ```