We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49215d7 + 08997a9 commit 29b604aCopy full SHA for 29b604a
src/Dockerfile
@@ -79,6 +79,11 @@ RUN cd /etc/.pihole && \
79
COPY --chmod=0755 bash_functions.sh /usr/bin/bash_functions.sh
80
COPY --chmod=0755 start.sh /usr/bin/start.sh
81
82
+EXPOSE 53 53/udp
83
+EXPOSE 67/udp
84
+EXPOSE 80
85
+EXPOSE 443
86
+
87
## 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
88
89
FROM base AS remote-ftl-install
0 commit comments