We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1d307 commit d785a12Copy full SHA for d785a12
README.md
@@ -57,7 +57,7 @@ The following snippets are examples of starting up the container.
57
```shell
58
docker run -d \
59
--name=netbootxyz \
60
- -e MENU_VERSION=2.0.76 `# optional` \
+ -e MENU_VERSION=2.0.84 `# optional` \
61
-e NGINX_PORT=80 `# optional` \
62
-e WEB_APP_PORT=3000 `# optional` \
63
-p 3000:3000 `# sets web configuration interface port, destination should match ${WEB_APP_PORT} variable above.` \
0 commit comments