mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-01 20:44:06 +00:00
mac: fix mongodb config path for Apple Silicon
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user