mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Added stable tag.
Thanks to rynr and xet7 ! Related https://github.com/wekan/wekan/discussions/3691
This commit is contained in:
parent
a9d77b975e
commit
c40668be3f
2 changed files with 3 additions and 3 deletions
|
@ -118,11 +118,11 @@ services:
|
|||
#-------------------------------------------------------------------------------------
|
||||
# ==== MONGODB AND METEOR VERSION ====
|
||||
# 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:
|
||||
# image: quay.io/wekan/wekan:v4.52
|
||||
# c) Docker Hub builds do work https://hub.docker.com/r/wekanteam/wekan
|
||||
image: wekanteam/wekan
|
||||
# image: wekanteam/wekan
|
||||
#-------------------------------------------------------------------------------------
|
||||
container_name: wekan-app
|
||||
restart: always
|
||||
|
|
|
@ -137,7 +137,7 @@ services:
|
|||
' 1>/dev/null 2>&1 &
|
||||
mongod --replSet rs1
|
||||
wekan:
|
||||
image: quay.io/wekan/wekan
|
||||
image: quay.io/wekan/wekan:stable
|
||||
container_name: wekan-app
|
||||
restart: always
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue