mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Upgrade to MongoDB 7.0.21
This commit is contained in:
parent
d99864ca95
commit
d2f17ef140
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ services:
|
||||||
wekandb:
|
wekandb:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
# ==== MONGODB FROM DOCKER HUB ====
|
# ==== MONGODB FROM DOCKER HUB ====
|
||||||
image: mongo:6
|
image: mongo:7
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.24.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-7.0.21.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libssl1.1
|
- libssl1.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue