mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix mongodb-control.
Thanks to xet7 and qurqar[m].
This commit is contained in:
parent
1089572d66
commit
2c5628b5fb
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ if [ "x" != "x${MONGODB_PORT}" ]; then
|
|||
fi
|
||||
echo "mongodb bind options: $BIND_OPTIONS"
|
||||
|
||||
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles
|
||||
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue