1
0
Fork 0

Dockerfile: healtcheck timeout after 1s

This commit is contained in:
Pim van den Berg 2022-06-21 14:18:10 +02:00
parent 4061c8679e
commit 21b4e29176
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ VOLUME ["/var/lib/powerdns"]
CMD /start.sh
HEALTHCHECK CMD dig @127.0.0.1 || exit 1
HEALTHCHECK CMD dig +timeout=1 @127.0.0.1 || exit 1