Added stable tag.

Thanks to rynr and xet7 !

Related https://github.com/wekan/wekan/discussions/3691
This commit is contained in:
Lauri Ojansivu 2021-03-31 21:58:23 +03:00
parent a9d77b975e
commit c40668be3f
2 changed files with 3 additions and 3 deletions

View file

@ -118,11 +118,11 @@ services:
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
# ==== MONGODB AND METEOR VERSION ==== # ==== MONGODB AND METEOR VERSION ====
# a) Quay automatic builds do work work, https://quay.io/wekan/wekan # a) Quay automatic builds do work work, https://quay.io/wekan/wekan
# image: quay.io/wekan/wekan image: quay.io/wekan/wekan:stable
# b) Using specific version tag: # b) Using specific version tag:
# image: quay.io/wekan/wekan:v4.52 # image: quay.io/wekan/wekan:v4.52
# c) Docker Hub builds do work https://hub.docker.com/r/wekanteam/wekan # c) Docker Hub builds do work https://hub.docker.com/r/wekanteam/wekan
image: wekanteam/wekan # image: wekanteam/wekan
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
container_name: wekan-app container_name: wekan-app
restart: always restart: always

View file

@ -137,7 +137,7 @@ services:
' 1>/dev/null 2>&1 & ' 1>/dev/null 2>&1 &
mongod --replSet rs1 mongod --replSet rs1
wekan: wekan:
image: quay.io/wekan/wekan image: quay.io/wekan/wekan:stable
container_name: wekan-app container_name: wekan-app
restart: always restart: always
networks: networks: