Bot Updating Documentation

pull/192/head
LinuxServer-CI 2024-02-25 15:44:16 +00:00
rodzic 0dbf5a42e7
commit 7da4334a51
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -149,6 +149,8 @@ services:
- MENU_VERSION=1.9.9 #optional
- PORT_RANGE=30000:30010 #optional
- SUBFOLDER=/ #optional
- NGINX_PORT=80 #optional
- WEB_APP_PORT=3000 #optional
volumes:
- /path/to/config:/config
- /path/to/assets:/assets #optional
@ -170,6 +172,8 @@ docker run -d \
-e MENU_VERSION=1.9.9 `#optional` \
-e PORT_RANGE=30000:30010 `#optional` \
-e SUBFOLDER=/ `#optional` \
-e NGINX_PORT=80 `#optional` \
-e WEB_APP_PORT=3000 `#optional` \
-p 3000:3000 \
-p 69:69/udp \
-p 8080:80 `#optional` \
@ -201,6 +205,8 @@ Containers are configured using parameters passed at runtime (such as those abov
| `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) |
| `SUBFOLDER=/` | Specify a sobfolder if running this behind a reverse proxy (IE /proxy/) |
| `NGINX_PORT=80` | Specify a different internal port for the asset server |
| `WEB_APP_PORT=3000` | Specify a different internal port for the configuration UI |
### Volume Mappings (`-v`)
@ -377,6 +383,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **24.02.24:** - Add new port settings for the webserver and app.
* **08.12.23:** - Rebase to Alpine 3.19.
* **17.11.23:** - Rebase to Alpine 3.18.
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)