Use Meteor 1.4 based Docker image. Thanks to brylie and stephenmoloney !

This commit is contained in:
Lauri Ojansivu 2017-04-06 17:35:06 +03:00
parent 5e8ea0be6b
commit 47c1e7e9ed
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
# v0.3 2017-04-06
This release adds following new features:
* Use Meteor 1.4 based Docker image.
Thanks to GitHub users brylie and stephenmoloney for
their contributions.
# v0.2 2017-02-19
This release adds following new documentation:

View file

@ -3,7 +3,7 @@ version: '2'
services:
wekandb:
image: mongo:3.2.12
image: mongo:3.4.3
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/wekan:meteor-1.4
container_name: wekan-app
restart: always
networks: