activecm / rita-legacy

Real Intelligence Threat Analytics (RITA) is a framework for detecting command and control communication through network traffic analysis.
GNU General Public License v3.0
2.51k stars 362 forks source link

Updated docker documentation and db container name to avoid confusion with db volume #823

Open sko9370 opened 8 months ago

sko9370 commented 8 months ago

Related to issue #807, updated docker compose usage documentation to explicitly mention that users should use "rita_docker.yaml" and not "rita.yaml" as the template. Additionally, renamed the mongodb container name from "db" to mongo-db to avoid confusion and overlap with the db volume also used in the docker-compose.yml.

dspruell commented 5 months ago

+1, helpful improvements. May also relate to #796.