We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339993e commit 912a8cdCopy full SHA for 912a8cd
1 file changed
DEVELOPMENT.md
@@ -36,7 +36,7 @@ In order to use MongoDB, follow these steps:
36
### 1. Run MongoDB instance with docker-compose
37
38
```shell
39
-docker-compose up mongodb
+docker-compose -f docker-compose.dev.yml up mongodb
40
```
41
42
### 2. Setup MongoDB driver in docs-config.local.yaml
0 commit comments