Workflow update

pull/2/head
technorabilia 3 years ago
parent d079d1f4e4
commit 204d833f10

@ -20,6 +20,8 @@ services:
- MENU_VERSION=1.9.9 # optional
# Specify the port range tftp will use for data transfers [(see Wikipedia)](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#Details)
- PORT_RANGE=30000:30010 # optional
# Specify a sobfolder if running this behind a reverse proxy (IE /proxy/)
- SUBFOLDER=/ # optional
volumes:
# Storage for boot menu files and web application config
- ${BASEDIR:-/volume1/docker}/netbootxyz/config:/config

@ -12,6 +12,7 @@ docker run -d \
-e PGID=${PGID:-100} `# for UserID` \
-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/)` \
-p 3000:3000 `# Web configuration interface.` \
-p 69:69/udp `# TFTP Port.` \
-p 8080:80 `# optional` `# NGINX server for hosting assets.` \

Loading…
Cancel
Save