Back to MongoDB 3.2.12 to fix image upload bug.

This commit is contained in:
Lauri Ojansivu 2017-04-13 10:16:48 +03:00
parent 47c1e7e9ed
commit 75d0c4abc1
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
# v0.4 2017-04-13
This release fixes following bugs:
* Upload images does not work correctly because
of bug in MongoDB 3.4.x, so going back to
MongoDB 3.2.12.
Thanks to GitHub user n00b42 for reporting issue.
# v0.3 2017-04-06
This release adds following new features:

View file

@ -3,7 +3,7 @@ version: '2'
services:
wekandb:
image: mongo:3.4.3
image: mongo:3.2.12
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128