mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
@@ -79,6 +79,11 @@ RUN cd /etc/.pihole && \
|
|||||||
COPY --chmod=0755 bash_functions.sh /usr/bin/bash_functions.sh
|
COPY --chmod=0755 bash_functions.sh /usr/bin/bash_functions.sh
|
||||||
COPY --chmod=0755 start.sh /usr/bin/start.sh
|
COPY --chmod=0755 start.sh /usr/bin/start.sh
|
||||||
|
|
||||||
|
EXPOSE 53 53/udp
|
||||||
|
EXPOSE 67/udp
|
||||||
|
EXPOSE 80
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
## Buildkit can do some fancy stuff and we can use it to either download FTL from ftl.pi-hole.net or use a local copy
|
## Buildkit can do some fancy stuff and we can use it to either download FTL from ftl.pi-hole.net or use a local copy
|
||||||
|
|
||||||
FROM base AS remote-ftl-install
|
FROM base AS remote-ftl-install
|
||||||
|
|||||||
Reference in New Issue
Block a user