Browse Source

Revert stable tag, because it did break Wekan version numbers.

Thanks to xet7 !
Lauri Ojansivu 4 years ago
parent
commit
5ca90f4d22
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docker-compose.yml
  2. 1 1
      torodb-postgresql/docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -118,7 +118,7 @@ services:
     #-------------------------------------------------------------------------------------
     # ==== MONGODB AND METEOR VERSION ====
     # a) Quay automatic builds do work work, https://quay.io/wekan/wekan
-    image: quay.io/wekan/wekan:stable
+    image: quay.io/wekan/wekan
     # 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

+ 1 - 1
torodb-postgresql/docker-compose.yml

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