mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-27 08:09:55 +08:00
unbound: increased healthcheck timeout
This commit is contained in:
parent
90a7cff2c9
commit
cb3bc207b9
@ -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"]
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user