From 5444fefb7b020f69e2c47a27463d2fbb0bd362ec Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 4 Feb 2024 11:54:15 -0600 Subject: [PATCH] Add EXPOSE for 80 and 69/udp This should document the default ports that are opened by the container for cases like QNAP devices that rely on that to populate the default ports. Closes: https://github.com/netbootxyz/netboot.xyz/issues/1409 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 05768a9..f00af6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,8 @@ RUN \ ENV TFTPD_OPTS='' ENV NGINX_PORT='80' +EXPOSE 69/udp +EXPOSE 80 EXPOSE 3000 COPY root/ /