[Compose] Update watchdog, add IPV6_NETWORK to watchdog env vars

master
andryyy 2019-12-02 14:24:18 +01:00
parent 9998a9ef28
commit 7f458f451b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 1 deletions

View File

@ -365,7 +365,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:1.62
image: mailcow/watchdog:1.63
# Debug
#command: /watchdog.sh
dns:
@ -376,6 +376,7 @@ services:
- ./data/assets/ssl:/etc/ssl/mail/:ro
restart: always
environment:
- IPV6_NETWORK=${IPV6_NETWORK:-fd4d:6169:6c63:6f77::/64}
- LOG_LINES=${LOG_LINES:-9999}
- TZ=${TZ}
- DBNAME=${DBNAME}