Use Docker Hub image, it did build faster this time.

This commit is contained in:
Lauri Ojansivu 2020-06-08 21:22:34 +03:00
parent 07d1a864d8
commit 573ca73b45

View file

@ -115,11 +115,11 @@ services:
# NOTE: Quay is currently not updated, use Docker Hub image below c) # NOTE: Quay is currently not updated, use Docker Hub image below c)
# a) For Wekan Meteor 1.8.x version at master branch, # a) For Wekan Meteor 1.8.x version at master branch,
# using https://quay.io/wekan/wekan automatic builds # using https://quay.io/wekan/wekan automatic builds
image: quay.io/wekan/wekan #image: quay.io/wekan/wekan
# b) Using specific Meteor 1.6.x version tag: # b) Using specific Meteor 1.6.x version tag:
# image: quay.io/wekan/wekan:v1.95 # image: quay.io/wekan/wekan:v1.95
# c) Using Docker Hub automatic builds https://hub.docker.com/r/wekanteam/wekan # c) Using Docker Hub automatic builds https://hub.docker.com/r/wekanteam/wekan
#image: wekanteam/wekan image: wekanteam/wekan
# image: wekanteam/wekan:v2.99 # image: wekanteam/wekan:v2.99
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
container_name: wekan-app container_name: wekan-app