From 2a36c1a8e06a6dd79dca0bbc6019e097ae46cbc6 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 19 Jan 2024 01:31:33 -0600 Subject: [PATCH] Bump menu version in readme, nginx port --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93d9566..d287625 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The following snippets are examples of starting up the container. ```shell docker run -d \ --name=netbootxyz \ - -e MENU_VERSION=2.0.59 `# optional` \ + -e MENU_VERSION=2.0.76 `# optional` \ -e NGINX_PORT=80 `# optional` \ -p 3000:3000 `# sets webapp port` \ -p 69:69/udp `# sets tftp port` \ @@ -112,7 +112,8 @@ Container images are configured using parameters passed at runtime (such as thos | `-p 3000` | Web configuration interface. | | `-p 69/udp` | TFTP Port. | | `-p 80` | NGINX server for hosting assets. | -| `-e MENU_VERSION=2.0.56` | Specify a specific version of boot files you want to use from netboot.xyz (unset pulls latest) | +| `-e NGINX_PORT=80` | Specify a different port for NGINX service to listen on. | +| `-e MENU_VERSION=2.0.76` | Specify a specific version of boot files you want to use from netboot.xyz (unset pulls latest) | | `-v /config` | Storage for boot menu files and web application config | | `-v /assets` | Storage for netboot.xyz bootable assets (live CDs and other files) |