From 486f3b78aecdf729f44b40082902127d2d197e8f Mon Sep 17 00:00:00 2001 From: John Dorman Date: Tue, 17 Jan 2023 04:19:01 -0800 Subject: [PATCH] Update Dockerfile --- run-pihole/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/run-pihole/Dockerfile b/run-pihole/Dockerfile index 7f68d84..09ffe6b 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -3,3 +3,4 @@ FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0" COPY 10-cloudflared.sh /etc/cont-init.d/ +RUN chmod +x /etc/cont-init.d/10-cloudflared.sh