mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Reverts the following change of v2.42, because it did not fix anything:
- [Tried to fix snap mongodb-control not starting database](2c5628b5fb
).
Thanks to xet7.
This commit is contained in:
parent
31777ce804
commit
4055f451fd
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
|
||||
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue