mirror of
https://github.com/dockersrc/scripts
synced 2025-09-17 21:57:39 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
24
configs/mongodb/mongod.conf
Normal file
24
configs/mongodb/mongod.conf
Normal file
@@ -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: /data/db/mongo
|
||||
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