mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 05:23:38 +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