mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 17:49:46 +00:00
[Compose] Update watchdog and acme
This commit is contained in:
parent
31f59eb2db
commit
fdb3650444
1 changed files with 2 additions and 2 deletions
|
|
@ -297,7 +297,7 @@ services:
|
|||
acme-mailcow:
|
||||
depends_on:
|
||||
- nginx-mailcow
|
||||
image: mailcow/acme:1.49
|
||||
image: mailcow/acme:1.50
|
||||
build: ./data/Dockerfiles/acme
|
||||
dns:
|
||||
- ${IPV4_NETWORK:-172.22.1}.254
|
||||
|
|
@ -348,7 +348,7 @@ services:
|
|||
- /lib/modules:/lib/modules:ro
|
||||
|
||||
watchdog-mailcow:
|
||||
image: mailcow/watchdog:1.37
|
||||
image: mailcow/watchdog:1.38
|
||||
# Debug
|
||||
#command: /watchdog.sh
|
||||
build: ./data/Dockerfiles/watchdog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue