mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 03:44:02 +02:00
Use quay.io Docker image that builds faster than Docker Hub
This commit is contained in:
parent
a1a2cb0890
commit
5a9c10254a
2 changed files with 11 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue