unifios-utilities/run-pihole/Dockerfile
2021-12-03 04:04:11 -08:00

6 lines
146 B
Docker

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/