Fix bad copy paste in docker README.md

This commit is contained in:
Francesco Borzì
2019-01-13 00:27:29 +01:00
committed by GitHub
parent dabf4f5f8e
commit 05d03747be

View File

@@ -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/).*
``