Bot Updating Documentation

pull/29/head
LinuxServer-CI 2021-01-12 22:20:23 +00:00
rodzic d7228efeed
commit 97a5a43fb5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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`)