mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Back to mongodb 4.4
This commit is contained in:
parent
4bece11c12
commit
a9e8e8860a
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
MONGO_CE_SERVICENAME="mongod"
|
||||
MONGO_CE_DEPENDENCIES="mongodb-org mongodb-org-server mongodb-org-tools mongodb-mongosh"
|
||||
MONGO_CE_CONFIG="/etc/mongod.conf"
|
||||
MONGO_CE_REPO="deb http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main"
|
||||
MONGO_CE_KEY="https://www.mongodb.org/static/pgp/server-5.0.asc"
|
||||
MONGO_CE_REPO="deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main"
|
||||
MONGO_CE_KEY="https://www.mongodb.org/static/pgp/server-4.4.asc"
|
||||
|
||||
# Execute a mongo command
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue