Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-04 19:40:49 +00:00
rodzic a88e17ad2e
commit 5e963b2881
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ To use this image you need an existing DHCP server where you can set this TFTP s
#### PFSense #### PFSense
Services -> DHCP Server Services -> DHCP Server
Set both the option for \"TFTP Server\" and the options under the Advanced \"Network Booting\" section.\n Set both the option for \"TFTP Server\" and the options under the Advanced \"Network Booting\" section.
* check enable * check enable
* Next server- IP used for TFTP Server * Next server- IP used for TFTP Server
* Default BIOS file name- `netboot.xyz.kpxe` * Default BIOS file name- `netboot.xyz.kpxe`
@ -134,6 +134,10 @@ This image also contains `netboot.xyz.efi` which can be used to boot using UEFI
To help you get started creating a container from this image you can either use docker-compose or the docker cli. To help you get started creating a container from this image you can either use docker-compose or the docker cli.
!!! info
Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
```yaml ```yaml
@ -191,9 +195,9 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :----: | --- | | :----: | --- |
| `3000` | Web configuration interface. | | `3000:3000` | Web configuration interface. |
| `69/udp` | TFTP Port. | | `69:69/udp` | TFTP Port. |
| `80` | NGINX server for hosting assets. | | `8080:80` | NGINX server for hosting assets. |
### Environment Variables (`-e`) ### Environment Variables (`-e`)