mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 11:24:00 +02:00
Back to MongoDB 3.2.12 to fix image upload bug.
This commit is contained in:
parent
47c1e7e9ed
commit
75d0c4abc1
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue