From 82baf637f6b3f8559210f6fc98bf7e707b42ead8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Thu, 10 Jan 2019 01:31:14 +0100 Subject: [PATCH] Update docker README.md --- docker/DB/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/DB/README.md b/docker/DB/README.md index 1d910af17..1a37a57be 100644 --- a/docker/DB/README.md +++ b/docker/DB/README.md @@ -4,7 +4,7 @@ This provides a way to quickly launch one or more instances of a fully-ready Aze For example, with this you can quickly create a new, clean instance of the AzerothCore DB. Or create **multiple** instances each one available on a different **port** (that can be handy to test & compare things). -Instances (containers) can be easily set up and then destroyed, so you can always switch to a clean state after your experiments. +Instances (containers) can be easily set up and then destroyed, so you can always switch to a clean state after your experiments. Every instance will have the three `acore_auth`, `acore_characters` and `acore_world` mysql databases. **NOTE**: you do **not** need to install any mysql-server manually in your system and if you already have it, the docker instances will **not** interfere with it.