unbound: increased healthcheck timeout

This commit is contained in:
DerLinkman 2024-01-18 11:55:01 +01:00
parent 90a7cff2c9
commit cb3bc207b9
No known key found for this signature in database
GPG Key ID: F109FD97469550A2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
# healthcheck (nslookup)
COPY healthcheck.sh /healthcheck.sh
RUN chmod +x /healthcheck.sh
HEALTHCHECK --interval=5s --timeout=10s CMD [ "/healthcheck.sh" ]
HEALTHCHECK --interval=5s --timeout=30s CMD [ "/healthcheck.sh" ]
ENTRYPOINT ["/docker-entrypoint.sh"]

View File

@ -2,7 +2,7 @@ version: '2.1'
services:
unbound-mailcow:
image: mailcow/unbound:1.19
image: mailcow/unbound:1.19.1
environment:
- TZ=${TZ}
volumes: