Dockerfile: healtcheck timeout after 1s
This commit is contained in:
parent
4061c8679e
commit
21b4e29176
@ -18,4 +18,4 @@ VOLUME ["/var/lib/powerdns"]
|
|||||||
|
|
||||||
CMD /start.sh
|
CMD /start.sh
|
||||||
|
|
||||||
HEALTHCHECK CMD dig @127.0.0.1 || exit 1
|
HEALTHCHECK CMD dig +timeout=1 @127.0.0.1 || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user