[Compose] Docker Tag fix to include Alpine Update

Referencing: https://github.com/mailcow/mailcow-dockerized/pull/4372
master
Niklas Meyer 2022-01-11 10:00:24 +01:00 committed by GitHub
parent 026be03a6a
commit b0679b1c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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