mirror of
https://github.com/casjaysdevdocker/mongodb
synced 2025-12-01 16:12:57 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# mongod.conf
|
||||
|
||||
# where to write logging data.
|
||||
systemLog:
|
||||
destination: file
|
||||
logAppend: true
|
||||
path: /dev/stdout
|
||||
|
||||
# Where and how to store data.
|
||||
storage:
|
||||
dbPath: REPLACE_DATABASE_DIR
|
||||
journal:
|
||||
enabled: true
|
||||
# engine:
|
||||
# wiredTiger:
|
||||
|
||||
# how the process runs
|
||||
processManagement:
|
||||
timeZoneInfo: /usr/share/zoneinfo
|
||||
|
||||
# network interfaces
|
||||
net:
|
||||
port: 27017
|
||||
bindIp: 0.0.0.0
|
||||
Reference in New Issue
Block a user