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