[Compose] Revert prior image tag version change

Removed the newer image tag in the docker-compose.yml (one version ahead)
master
Niklas Meyer 2021-12-15 09:59:50 +01:00 committed by GitHub
parent 2f9d8213b6
commit 758f2ef8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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