mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Revert back to MongoDB v3.2.15 because v3.2.16 is not yet available on Docker Hub.
This commit is contained in:
parent
7c9b194bb6
commit
a56e0b6d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.16
|
||||
image: mongo:3.2.15
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue