Added info to docker-compose.yml about newest docker image of newest git commit automatic build.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-10-03 14:13:54 -04:00
parent e47dcf734a
commit c9e80eaa03

View file

@ -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: