Update Dockerfile

This commit is contained in:
John Dorman 2021-12-03 02:43:38 -08:00 committed by GitHub
parent e1bef0b0aa
commit 9fd2da7a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# docker buildx build --platform linux/amd64,linux/arm64 . -t docker.io/boostchicken/pihole:latest --push
FROM pihole/pihole:2021.10.1
ARG VERSION
FROM pihole/pihole:$VERSION
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
COPY 10-cloudflared.sh /etc/cont-init.d/