mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update Dockerfile
This commit is contained in:
parent
0d5da10c5b
commit
52b8395112
@ -2,5 +2,6 @@ ARG VERSION=2023.01.10
|
|||||||
FROM pihole/pihole:${VERSION}
|
FROM pihole/pihole:${VERSION}
|
||||||
|
|
||||||
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
|
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
|
||||||
|
|
||||||
COPY 10-cloudflared.sh /etc/cont-init.d/
|
COPY 10-cloudflared.sh /etc/cont-init.d/
|
||||||
RUN chmod +x /etc/cont-init.d/10-cloudflared.sh
|
RUN chmod +x /etc/cont-init.d/10-cloudflared.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user