From d785a122d58d3ca0c7ef8c7af53d69a1ef50f689 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 8 Feb 2025 21:17:22 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974d61b..12c79be 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The following snippets are examples of starting up the container. ```shell docker run -d \ --name=netbootxyz \ - -e MENU_VERSION=2.0.76 `# optional` \ + -e MENU_VERSION=2.0.84 `# optional` \ -e NGINX_PORT=80 `# optional` \ -e WEB_APP_PORT=3000 `# optional` \ -p 3000:3000 `# sets web configuration interface port, destination should match ${WEB_APP_PORT} variable above.` \