mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Use MongoDB 6.
Thanks to xet7 !
This commit is contained in:
parent
a0a2c9375e
commit
4aeab872de
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ services:
|
||||||
# Quay image does work:
|
# Quay image does work:
|
||||||
# image: quay.io/wekan/mongo:4.4.2-bionic
|
# image: quay.io/wekan/mongo:4.4.2-bionic
|
||||||
# Docker Hub MongoDB image does work:
|
# Docker Hub MongoDB image does work:
|
||||||
image: mongo:5
|
image: mongo:6
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -65,8 +65,8 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.14.tgz
|
#source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.15.tgz
|
||||||
#source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.4.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.5.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libssl1.1
|
- libssl1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue