We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d8e10 commit 12b4af3Copy full SHA for 12b4af3
src/Dockerfile
@@ -112,6 +112,6 @@ RUN readelf -h /usr/bin/pihole-FTL || (echo "Error with local FTL binary" && ex
112
# Use the appropriate FTL Install stage based on the FTL_SOURCE build-arg
113
FROM ${FTL_SOURCE}-ftl-install AS final
114
115
-HEALTHCHECK CMD dig +short +norecurse +retry=0 @127.0.0.1 pi.hole || exit 1
+HEALTHCHECK CMD dig -p ${FTLCONF_dns_port:-53} +short +norecurse +retry=0 @127.0.0.1 pi.hole || exit 1
116
117
ENTRYPOINT ["start.sh"]
0 commit comments