Update 'MagicBox : Magicbane in a Box'

2022-05-01 17:26:26 +00:00
parent 4b7d74a75a
commit c08cfa168d
+6
@@ -32,3 +32,9 @@ Pull the image
`docker pull magicbane/magicbox` `docker pull magicbane/magicbox`
Start your MagicBox
`docker run --name magicbox -p 5000:5000 -p 6000:6000 -p 8000:8000 -v /home/mbbox/mb.conf:/home/mbbox/magicbane/mb.conf magicbane/magicbox:latest &`
>It is recommended that you change the external port via the docker run command not within the magicbane.conf configuration file. Docker will automatically route ip traffic through the bridge to the corect interal port.