mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-26 16:21:31 +00:00
unbound: increased healthcheck timeout
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user