clarify mongo / ferret in docs

This commit is contained in:
mbecker20
2025-05-30 17:14:42 -04:00
parent 5309c70929
commit 51cf1e2b05
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# MongoDB
[**MongoDB**](https://www.mongodb.com) is the traditional database for Komodo.
Komodo Core communicates with the database using the MongoDB driver.
1. Copy `komodo/mongo.compose.yaml` and `komodo/compose.env` to your host:
```bash
wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/mongo.compose.yaml && \