From bb301380e6c5daace80336687d9ed8b6603f578d Mon Sep 17 00:00:00 2001 From: Robert Coleman <154176+rjocoleman@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:30:21 +1300 Subject: [PATCH] update example MENU_VERSION --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index f4247d6..b4cbfd2 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -5,7 +5,7 @@ services: image: ghcr.io/netbootxyz/netbootxyz container_name: netbootxyz environment: - - MENU_VERSION=2.0.47 # optional + - MENU_VERSION=2.0.84 # optional - NGINX_PORT=80 # optional - WEB_APP_PORT=3000 # optional - DHCP_RANGE_START=192.168.0.1 # optional, enables DHCP Proxy mode. set to your network's DHCP range first IP