mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 03:44:02 +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
|
@ -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