diff --git a/MagicBox-%3A-Magicbane-in-a-Box.md b/MagicBox-%3A-Magicbane-in-a-Box.md index 6ce4d87..35ab3f7 100644 --- a/MagicBox-%3A-Magicbane-in-a-Box.md +++ b/MagicBox-%3A-Magicbane-in-a-Box.md @@ -57,7 +57,7 @@ echo "Starting 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 & ``` -Upon starting MagicBox will look for a [magicbane.conf](http://repo.magicbane.com/MagicBane/Server/wiki/magicbane.conf) within the mb.conf directory tmounted via the run command. If it cannot be found the game will instead use a local copy inside mb.data to boot the game. +Upon starting MagicBox will look for [magicbane.conf](http://repo.magicbane.com/MagicBane/Server/wiki/magicbane.conf) within the same mb.conf directory we mounted via the run command. If it cannot be found the game will instead use a local copy inside mb.data to boot the game. This facility allows a MagicBox administrator to point his game at an external database at runtime.