mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
- Upgrade to MongoDB v3.2.21
Thanks to xet7 !
This commit is contained in:
parent
b39458d2ee
commit
0cb3aee803
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wekandb:
|
wekandb:
|
||||||
image: mongo:3.2.20
|
image: mongo:3.2.21
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --smallfiles --oplogSize 128
|
||||||
|
|
|
@ -65,7 +65,7 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.20.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.21.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages: [libssl1.0.0]
|
stage-packages: [libssl1.0.0]
|
||||||
filesets:
|
filesets:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue