unifios-utilities/run-pihole/Dockerfile

8 lines
196 B
Docker
Raw Normal View History

2023-04-04 22:56:28 +00:00
ARG VERSION=2023.03.1
2021-12-03 12:04:11 +00:00
FROM pihole/pihole:${VERSION}
2021-05-25 08:44:32 +00:00
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
2023-03-23 16:01:57 +00:00
2021-05-25 19:02:31 +00:00
COPY 10-cloudflared.sh /etc/cont-init.d/
2023-01-17 12:19:01 +00:00
RUN chmod +x /etc/cont-init.d/10-cloudflared.sh