From 97a5a43fb5d282042ac2d8865afdfda2f4dcbab2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 12 Jan 2021 22:20:23 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-netbootxyz.md | 3 +++ 1 file changed, 3 insertions(+) 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`)