[Compose] Update SOGo and ACME

[ACME] SKIP IP check for SNAT'ed setups to workaround race conditions
This commit is contained in:
andryyy
2020-03-15 21:37:07 +01:00
parent 44f7ca0d61
commit 03f173905e
2 changed files with 6 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ services:
- phpfpm
sogo-mailcow:
image: mailcow/sogo:1.72
image: mailcow/sogo:1.73
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@@ -333,7 +333,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
image: mailcow/acme:1.69
image: mailcow/acme:1.70
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@@ -352,6 +352,8 @@ services:
- TZ=${TZ}
- REDIS_SLAVEOF_IP=${REDIS_SLAVEOF_IP:-}
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}
- SNAT_TO_SOURCE=${SNAT_TO_SOURCE:-n}
- SNAT6_TO_SOURCE=${SNAT6_TO_SOURCE:-n}
volumes:
- ./data/web/.well-known/acme-challenge:/var/www/acme:rw
- ./data/assets/ssl:/var/lib/acme/:rw