From 5e963b28810b1b065c38158b9a04b30c9b3e048c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 4 Dec 2024 19:40:49 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-netbootxyz.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/images/docker-netbootxyz.md b/docs/images/docker-netbootxyz.md index 116f3ad39..5d4510fe9 100644 --- a/docs/images/docker-netbootxyz.md +++ b/docs/images/docker-netbootxyz.md @@ -52,7 +52,7 @@ To use this image you need an existing DHCP server where you can set this TFTP s #### PFSense 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 * Next server- IP used for TFTP Server * 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. +!!! 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)) ```yaml @@ -191,9 +195,9 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `3000` | Web configuration interface. | -| `69/udp` | TFTP Port. | -| `80` | NGINX server for hosting assets. | +| `3000:3000` | Web configuration interface. | +| `69:69/udp` | TFTP Port. | +| `8080:80` | NGINX server for hosting assets. | ### Environment Variables (`-e`)