From 588fd36032cc4086b70b1cbf274624f22c22b74d Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 18:55:54 +0000 Subject: [PATCH] Update 'MagicBox : Magicbane in a Box' --- MagicBox-%3A-Magicbane-in-a-Box.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagicBox-%3A-Magicbane-in-a-Box.md b/MagicBox-%3A-Magicbane-in-a-Box.md index f0244c3..a084f25 100644 --- a/MagicBox-%3A-Magicbane-in-a-Box.md +++ b/MagicBox-%3A-Magicbane-in-a-Box.md @@ -101,5 +101,5 @@ Inside the Magicbox you will find the following devops utlities. Upon bootstrap MagicBox will first look for a [magicbane.conf](http://repo.magicbane.com/MagicBane/Server/wiki/magicbane.conf) file within the mb.conf host directory we mounted in the run command. If it cannot be found the game will instead use a default copy inside mb.data/ to boot the game with. ->Note that a container is ephemeral. When the container stops all changes to it are lost. This includes the internal database. If you want your world to persist you just point it to an external mysql database instance. This can be a done via the [MySQL docker image](https://hub.docker.com/r/mysql/mysql-server) in just a few commands. +>Note that a container is ephemeral. When the container stops all changes to it are lost. This includes the internal database. If you want your world to persist supply a config file that points to an external mysql database instance. This can be a done via the [MySQL docker image](https://hub.docker.com/r/mysql/mysql-server) in just a few commands.