Skip to content

Commit

Permalink
unbound: increased healthcheck timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Jan 18, 2024
1 parent 90a7cff commit cb3bc20
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 cb3bc20

Please sign in to comment.