Update Dockerfile

This commit is contained in:
John Dorman 2023-01-17 04:19:01 -08:00 committed by GitHub
parent f72f480650
commit 486f3b78ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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