From cffd60b35686b391509c6cbe69e514f44c880b8b Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 7 Jul 2023 14:05:31 +0200 Subject: [PATCH] mac: fix mongodb config path for Apple Silicon --- docs/_docs/platform/05-macosx-apple-silicon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/platform/05-macosx-apple-silicon.md b/docs/_docs/platform/05-macosx-apple-silicon.md index d74e261fb..9049ff48d 100644 --- a/docs/_docs/platform/05-macosx-apple-silicon.md +++ b/docs/_docs/platform/05-macosx-apple-silicon.md @@ -33,7 +33,7 @@ $ brew install mongodb-community Run MongoDB server. ```bash -$ mongod --config /usr/local/etc/mongod.conf +$ mongod --config /opt/homebrew/etc/mongod.conf ``` **Tip:** MongoDB is persistent after rebooting with the following commands: