unifios-utilities/run-pihole/Dockerfile

7 lines
241 B
Docker
Raw Normal View History

2021-05-25 08:44:32 +00:00
# docker buildx build --platform linux/amd64,linux/arm64 . -t docker.io/boostchicken/pihole:latest --push
2021-12-03 10:43:38 +00:00
ARG VERSION
FROM pihole/pihole:$VERSION
2021-05-25 08:44:32 +00:00
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
2021-05-25 19:02:31 +00:00
COPY 10-cloudflared.sh /etc/cont-init.d/