mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
5 lines
226 B
Docker
5 lines
226 B
Docker
|
# docker buildx build --platform linux/amd64,linux/arm64 . -t docker.io/boostchicken/pihole:latest --push
|
||
|
FROM pihole/pihole:latest
|
||
|
|
||
|
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
|
||
|
COPY 10-cloudflared.sh /etc/cont-init.d/
|