mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
7 lines
195 B
Docker
7 lines
195 B
Docker
ARG VERSION=2023.01.9
|
|
FROM pihole/pihole:${VERSION}
|
|
|
|
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
|
|
COPY 10-cloudflared.sh /etc/cont-init.d/
|
|
RUN chmod +x /etc/cont-init.d/10-cloudflared.sh
|