mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 00:36:10 +01:00
Fix bson error on Docker. Closes #1009
This commit is contained in:
parent
5752383d3c
commit
3e98e8c9fb
2 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.12
|
||||
image: mongo:3.2.13
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
@ -16,7 +16,7 @@ services:
|
|||
- wekan-db-dump:/dump
|
||||
|
||||
wekan:
|
||||
image: mquandalle/wekan:latest
|
||||
image: wekanteam/meteor-1.4:latest
|
||||
container_name: wekan-app
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue