Skip to content

Commit 1b21090

Browse files
fix: update the quickstart
Signed-off-by: Pratik Mahalle <[email protected]>
1 parent 18831ca commit 1b21090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-3.0.0/quickstart/python-flask-mongo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ We'll be running our sample application right on Linux, but just to make things
214214
pip install -r requirements.txt
215215
```
216216

217-
## Start the MongoDB server
217+
## Start the MongoDB container
218218

219219
```bash
220-
sudo service mongod start
220+
docker compose up -d mongo
221221
```
222222

223223
## Lights, Camera, Record! 🎥

0 commit comments

Comments
 (0)