Update README.md

This commit is contained in:
Antony Messerli 2025-02-08 21:17:22 -06:00 committed by GitHub
parent 5f1d307cb8
commit d785a122d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ The following snippets are examples of starting up the container.
```shell ```shell
docker run -d \ docker run -d \
--name=netbootxyz \ --name=netbootxyz \
-e MENU_VERSION=2.0.76 `# optional` \ -e MENU_VERSION=2.0.84 `# optional` \
-e NGINX_PORT=80 `# optional` \ -e NGINX_PORT=80 `# optional` \
-e WEB_APP_PORT=3000 `# optional` \ -e WEB_APP_PORT=3000 `# optional` \
-p 3000:3000 `# sets web configuration interface port, destination should match ${WEB_APP_PORT} variable above.` \ -p 3000:3000 `# sets web configuration interface port, destination should match ${WEB_APP_PORT} variable above.` \