diff --git a/MagicBox-%3A-Magicbane-in-a-Box.md b/MagicBox-%3A-Magicbane-in-a-Box.md index 5fa611b..1346c3f 100644 --- a/MagicBox-%3A-Magicbane-in-a-Box.md +++ b/MagicBox-%3A-Magicbane-in-a-Box.md @@ -46,7 +46,7 @@ Linux Windows -```docker run --name magicbox -p 5000:5000 -p 6000:6000 -p 8000:8000 -v /home/mbbox/magicbane/mb.conf:\c\Users\YOURDIRHERE\mb.conf magicbane/magicbox:latest & ``` +```docker run --name magicbox -p 5000:5000 -p 6000:6000 -p 8000:8000 -v "/mnt/c/Users/YOURDIRHERE/mb.conf:/home/mbbox/magicbane/mb.conf" magicbane/magicbox:latest & ``` Below is the script the MagicBane team uses to cycle MagicBox in testing.