mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 06:37:43 +02:00
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
This commit is contained in:
parent
2a36c1a8e0
commit
5444fefb7b
@ -49,6 +49,8 @@ RUN \
|
||||
ENV TFTPD_OPTS=''
|
||||
ENV NGINX_PORT='80'
|
||||
|
||||
EXPOSE 69/udp
|
||||
EXPOSE 80
|
||||
EXPOSE 3000
|
||||
|
||||
COPY root/ /
|
||||
|
Loading…
Reference in New Issue
Block a user