mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-08-10 00:03:09 -04:00
Compare commits
No commits in common. "76f8a5b7de927fad6a00454e4ffe0e9b18b3f654" and "b5db5dd0b4f26f8ec843254412affff395d40621" have entirely different histories.
76f8a5b7de
...
b5db5dd0b4
@ -23,7 +23,7 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
|
|||||||
# healthcheck (nslookup)
|
# healthcheck (nslookup)
|
||||||
COPY healthcheck.sh /healthcheck.sh
|
COPY healthcheck.sh /healthcheck.sh
|
||||||
RUN chmod +x /healthcheck.sh
|
RUN chmod +x /healthcheck.sh
|
||||||
HEALTHCHECK --interval=5s --timeout=30s CMD [ "/healthcheck.sh" ]
|
HEALTHCHECK --interval=5s --timeout=10s CMD [ "/healthcheck.sh" ]
|
||||||
|
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ version: '2.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
unbound-mailcow:
|
unbound-mailcow:
|
||||||
image: mailcow/unbound:1.19.1
|
image: mailcow/unbound:1.19
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user