Update Dockerfile

This commit is contained in:
John Dorman 2023-03-23 09:01:57 -07:00 committed by GitHub
parent 0d5da10c5b
commit 52b8395112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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