mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added info to docker-compose.yml about newest docker image of newest git commit automatic build.
Thanks to xet7 !
This commit is contained in:
parent
e47dcf734a
commit
c9e80eaa03
1 changed files with 3 additions and 0 deletions
|
@ -120,7 +120,10 @@ services:
|
||||||
# image: quay.io/wekan/wekan:v6.89
|
# image: quay.io/wekan/wekan:v6.89
|
||||||
# image: wekanteam/wekan:v6.89
|
# image: wekanteam/wekan:v6.89
|
||||||
# b) GitHub Container registry.
|
# b) GitHub Container registry.
|
||||||
|
# b1) Latest release tag:
|
||||||
image: ghcr.io/wekan/wekan:latest
|
image: ghcr.io/wekan/wekan:latest
|
||||||
|
# b2) Newest git commit automatic build:
|
||||||
|
#image: ghcr.io/wekan/wekan:main
|
||||||
# c) Quay:
|
# c) Quay:
|
||||||
#image: quay.io/wekan/wekan:latest
|
#image: quay.io/wekan/wekan:latest
|
||||||
# d) Docker Hub:
|
# d) Docker Hub:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue