[Compose] Update Dovecot and ACME

master
andryyy 2019-10-20 15:22:07 +02:00
parent 5d93ae655a
commit 0efa5e50b8
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ services:
- sogo - sogo
dovecot-mailcow: dovecot-mailcow:
image: mailcow/dovecot:1.92 image: mailcow/dovecot:1.93
build: ./data/Dockerfiles/dovecot build: ./data/Dockerfiles/dovecot
dns: dns:
- ${IPV4_NETWORK:-172.22.1}.254 - ${IPV4_NETWORK:-172.22.1}.254
@ -311,7 +311,7 @@ services:
acme-mailcow: acme-mailcow:
depends_on: depends_on:
- nginx-mailcow - nginx-mailcow
image: mailcow/acme:1.62 image: mailcow/acme:1.63
build: ./data/Dockerfiles/acme build: ./data/Dockerfiles/acme
dns: dns:
- ${IPV4_NETWORK:-172.22.1}.254 - ${IPV4_NETWORK:-172.22.1}.254