Workflow update

main
technorabilia 2 months ago
parent e80d0aad0d
commit b52a2ff834

@ -24,6 +24,10 @@ services:
- PORT_RANGE=30000:30010 # optional
# Specify a sobfolder if running this behind a reverse proxy (IE /proxy/)
- SUBFOLDER=/ # optional
# Specify a different internal port for the asset server
- NGINX_PORT=80 # optional
# Specify a different internal port for the configuration UI
- WEB_APP_PORT=3000 # optional
volumes:
# Storage for boot menu files and web application config
- ${BASEDIR:-/volume1/docker}/netbootxyz/config:/config

@ -14,6 +14,8 @@ docker run -d \
-e MENU_VERSION=1.9.9 `# optional` `# Specify a specific version of boot files you want to use from NETBOOT.XYZ (unset pulls latest)` \
-e PORT_RANGE=30000:30010 `# optional` `# Specify the port range tftp will use for data transfers [(see Wikipedia)](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#Details)` \
-e SUBFOLDER=/ `# optional` `# Specify a sobfolder if running this behind a reverse proxy (IE /proxy/)` \
-e NGINX_PORT=80 `# optional` `# Specify a different internal port for the asset server` \
-e WEB_APP_PORT=3000 `# optional` `# Specify a different internal port for the configuration UI` \
-p 3000:3000 `# Web configuration interface.` \
-p 69:69/udp `# TFTP Port.` \
-p 8080:80 `# optional` `# NGINX server for hosting assets.` \

Loading…
Cancel
Save