From 52b8395112abe930f09286a98ea6d7008f481642 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:01:57 -0700 Subject: [PATCH] Update Dockerfile --- run-pihole/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/run-pihole/Dockerfile b/run-pihole/Dockerfile index 1286d43..edaf2b9 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -2,5 +2,6 @@ ARG VERSION=2023.01.10 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