Skip to content

Commit 29b604a

Browse files
authored
Merge pull request #1731 from pi-hole/development
Development
2 parents 49215d7 + 08997a9 commit 29b604a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ RUN cd /etc/.pihole && \
7979
COPY --chmod=0755 bash_functions.sh /usr/bin/bash_functions.sh
8080
COPY --chmod=0755 start.sh /usr/bin/start.sh
8181

82+
EXPOSE 53 53/udp
83+
EXPOSE 67/udp
84+
EXPOSE 80
85+
EXPOSE 443
86+
8287
## 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
8388

8489
FROM base AS remote-ftl-install

0 commit comments

Comments
 (0)