Bump example

This commit is contained in:
Antony Messerli 2022-06-25 11:05:04 -05:00
parent 01ec2af7ad
commit 80ed795746

View File

@ -49,7 +49,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.47 `# optional` \ -e MENU_VERSION=2.0.59 `# optional` \
-p 3000:3000 `# sets webapp port` \ -p 3000:3000 `# sets webapp port` \
-p 69:69/udp `# sets tftp port` \ -p 69:69/udp `# sets tftp port` \
-p 8080:80 `# optional` \ -p 8080:80 `# optional` \