You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,11 +164,13 @@ Anything else from a router standpoint is a crapshoot for supporting Dnsmasq opt
164
164
165
165
This image also contains `netboot.xyz.efi` which can be used to boot using UEFI network boot. The UEFI boot and menu will have limited functionality if you choose to use it.
166
166
167
-
168
167
## Usage
169
168
170
169
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
171
170
171
+
>[!NOTE]
172
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
173
+
172
174
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
173
175
174
176
```yaml
@@ -198,7 +200,7 @@ Containers are configured using parameters passed at runtime (such as those abov
198
200
199
201
| Parameter | Function |
200
202
| :----: | --- |
201
-
|`-p 69/udp`| TFTP Port. |
203
+
|`-p 69:69/udp`| TFTP Port. |
202
204
203
205
## Environment variables from files (Docker secrets)
0 commit comments