mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
- docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container does not exist yet.
Thanks to xet7 !
This commit is contained in:
parent
7fd09761cb
commit
2d88afb77e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ services:
|
|||
# image: mongo:4.0.4
|
||||
# b) For Wekan Meteor 1.6.x version at master/devel/edge branches.
|
||||
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
||||
image: mongo:3.2.22
|
||||
image: mongo:3.2.21
|
||||
#-------------------------------------------------------------------------------------
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue