From c08cfa168dca7802f542e460257b77587a4cada5 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sun, 1 May 2022 17:26:26 +0000 Subject: [PATCH] Update 'MagicBox : Magicbane in a Box' --- MagicBox-%3A-Magicbane-in-a-Box.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MagicBox-%3A-Magicbane-in-a-Box.md b/MagicBox-%3A-Magicbane-in-a-Box.md index 4391222..d959e1c 100644 --- a/MagicBox-%3A-Magicbane-in-a-Box.md +++ b/MagicBox-%3A-Magicbane-in-a-Box.md @@ -32,3 +32,9 @@ Pull the image `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. +