diff --git a/CHANGELOG.md b/CHANGELOG.md index 054130c..e0d1769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.13 2017-01-28 + +* Use quay.io Docker image that builds faster than Docker Hub + +Thanks to GitHub user xet7 for contributions. + # v0.12 2017-12-03 * Add commented out instructions for Docker image of new Wekan that has Node v6.12 and Meteor v1.6 diff --git a/docker-compose.yml b/docker-compose.yml index 2206ca6..c82853f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,10 +54,11 @@ services: # Wekan container only has Node.js and related code, # there is no data stored here. # - # Old Wekan that uses Node 4.8.6 and Meteor 1.4: - image: wekanteam/wekan:latest - # New Wekan that uses Node 6.12 and Meteor 1.6: - # image: wekanteam/wekan:meteor-1.6 + # Docker Hub, updates more slowly + #image: wekanteam/wekan:latest + # + # Quay, updates faster + image: quay.io/wekan/wekan container_name: wekan-app restart: always networks: