mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-07-30 00:02:38 -04:00
Compare commits
2 Commits
b5db5dd0b4
...
76f8a5b7de
Author | SHA1 | Date | |
---|---|---|---|
|
76f8a5b7de | ||
|
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…
x
Reference in New Issue
Block a user