diff --git a/run-pihole/Dockerfile b/run-pihole/Dockerfile index 9b2cb23..1565e1e 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,6 +1,5 @@ -# docker buildx build --platform linux/amd64,linux/arm64 . -t docker.io/boostchicken/pihole:latest --push -ARG VERSION -FROM pihole/pihole:$VERSION +ARG VERSION="latest" +FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0" COPY 10-cloudflared.sh /etc/cont-init.d/