Skip to content

Commit

Permalink
Merge pull request #5650 from mailcow/staging
Browse files Browse the repository at this point in the history
unbound: increased healthcheck timeout
  • Loading branch information
DerLinkman authored Jan 18, 2024
2 parents b5db5dd + cb3bc20 commit 76f8a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfiles/unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76f8a5b

Please sign in to comment.