From 05d03747be191ffd3d871c67afd13c0409d5a123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Sun, 13 Jan 2019 00:27:29 +0100 Subject: [PATCH] Fix bad copy paste in docker README.md --- docker/worldserver/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker/worldserver/README.md b/docker/worldserver/README.md index 626803571..da68763a0 100644 --- a/docker/worldserver/README.md +++ b/docker/worldserver/README.md @@ -24,10 +24,6 @@ To build the container image you have to be in the **main** folder of your local Replace `/path/to/your/data` with the path of where your data folder is. -```docker run --name azt-worldserver --mount type=bind,source=/path/to/your/data,target=/azeroth-server/data --network host -it azerothcore/worldserver` +```docker run --name azt-worldserver --mount type=bind,source=/path/to/your/data,target=/azeroth-server/data --network host -it azerothcore/worldserver``` *For more information about the `docker run` command, check the [docker run doc](https://docs.docker.com/engine/reference/run/).* - - - -``