diff --git a/images/docker-netbootxyz.md b/images/docker-netbootxyz.md index 82f8c34e3..74981410f 100644 --- a/images/docker-netbootxyz.md +++ b/images/docker-netbootxyz.md @@ -54,6 +54,7 @@ services: - PUID=1000 - PGID=1000 - MENU_VERSION=1.9.9 #optional + - PORT_RANGE=30000:30010 #optional volumes: - /path/to/config:/config - /path/to/assets:/assets #optional @@ -72,6 +73,7 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e MENU_VERSION=1.9.9 `#optional` \ + -e PORT_RANGE=30000:30010 `#optional` \ -p 3000:3000 \ -p 69:69/udp \ -p 8080:80 `#optional` \ @@ -102,6 +104,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `MENU_VERSION=1.9.9` | Specify a specific version of boot files you want to use from NETBOOT.XYZ (unset pulls latest) | +| `PORT_RANGE=30000:30010` | Specify the port range tftp will use for data transfers [(see Wikipedia)](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#Details) | ### Volume Mappings (`-v`)