Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 430 Bytes

Basic run example:

docker run -d \
  -e PUID=1000 \
  -e PGID=1000 \
  -v <path to menu/config>:/config \
  -v <path to mirrored assets>:/assets `#optional` \
  -p 69:69/udp \
  -p 8080:80 \
  -p 3000:3000 \
  -p 8000:8000  \
  ghcr.io/netbootxyz/webapp-dev
  • Port 8000- Development interface
  • Port 3000- Web Application
  • Port 8080- NGINX Webserver for local asset hosting
  • Port 69- TFTP server for menus/kpxe files