[Compose] Remove vmail link to dockerapi, push acme to 1.47
parent
a908b2da6e
commit
96949c68a8
|
@ -296,7 +296,7 @@ services:
|
||||||
acme-mailcow:
|
acme-mailcow:
|
||||||
depends_on:
|
depends_on:
|
||||||
- nginx-mailcow
|
- nginx-mailcow
|
||||||
image: mailcow/acme:1.46
|
image: mailcow/acme:1.47
|
||||||
build: ./data/Dockerfiles/acme
|
build: ./data/Dockerfiles/acme
|
||||||
dns:
|
dns:
|
||||||
- ${IPV4_NETWORK:-172.22.1}.254
|
- ${IPV4_NETWORK:-172.22.1}.254
|
||||||
|
@ -389,7 +389,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ./data/conf/rspamd/override.d/worker-controller-password.inc:/access.inc:rw
|
- ./data/conf/rspamd/override.d/worker-controller-password.inc:/access.inc:rw
|
||||||
- vmail-vol-1:/var/vmail:ro
|
|
||||||
networks:
|
networks:
|
||||||
mailcow-network:
|
mailcow-network:
|
||||||
aliases:
|
aliases:
|
||||||
|
|
Loading…
Reference in New Issue