mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 17:58:29 -05:00
clarify mongo / ferret in docs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# FerretDB
|
||||
|
||||
[**FerretDB**](https://www.ferretdb.com) is a MongoDB-compatible database backed by [Postgres + DocumentDB extension](https://github.com/microsoft/documentdb).
|
||||
It is a solid option with performance comparable to MongoDB, and can also be run on some systems which [do not support MongoDB](https://github.com/moghtech/komodo/issues/59).
|
||||
|
||||
1. Copy `komodo/ferretdb.compose.yaml` and `komodo/compose.env` to your host:
|
||||
```bash
|
||||
wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/ferretdb.compose.yaml && \
|
||||
|
||||
Reference in New Issue
Block a user