فهرست منبع

[Compose] Revert prior image tag version change

Removed the newer image tag in the docker-compose.yml (one version ahead)
Niklas Meyer 3 سال پیش
والد
کامیت
758f2ef8d1
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      docker-compose.yml

+ 3 - 3
docker-compose.yml

@@ -2,7 +2,7 @@ version: '2.1'
 services:
 services:
 
 
     unbound-mailcow:
     unbound-mailcow:
-      image: mailcow/unbound:1.15
+      image: mailcow/unbound:1.14
       environment:
       environment:
         - TZ=${TZ}
         - TZ=${TZ}
       volumes:
       volumes:
@@ -384,7 +384,7 @@ services:
     acme-mailcow:
     acme-mailcow:
       depends_on:
       depends_on:
         - nginx-mailcow
         - nginx-mailcow
-      image: mailcow/acme:1.81
+      image: mailcow/acme:1.80
       dns:
       dns:
         - ${IPV4_NETWORK:-172.22.1}.254
         - ${IPV4_NETWORK:-172.22.1}.254
       environment:
       environment:
@@ -505,7 +505,7 @@ services:
             - watchdog
             - watchdog
 
 
     dockerapi-mailcow:
     dockerapi-mailcow:
-      image: mailcow/dockerapi:1.41
+      image: mailcow/dockerapi:1.40
       security_opt:
       security_opt:
         - label=disable
         - label=disable
       restart: always
       restart: always