Merge pull request #35 from domse/patch-1

Update README.md
This commit is contained in:
Geoff Bourne
2015-06-22 06:52:03 -05:00
+1 -1
View File
@@ -102,7 +102,7 @@ but you can also choose to run a specific version with `-e FORGEVERSION=10.13.4.
$ docker run -d -v /path/on/host:/data -e VERSION=1.7.10 \ $ docker run -d -v /path/on/host:/data -e VERSION=1.7.10 \
-e TYPE=FORGE -e FORGEVERSION=10.13.4.1448 \ -e TYPE=FORGE -e FORGEVERSION=10.13.4.1448 \
-p 25565:25565 -e EULA=TRUE itzg/minecraft -p 25565:25565 -e EULA=TRUE itzg/minecraft-server
In order to add mods, you will need to attach the container's `/data` directory In order to add mods, you will need to attach the container's `/data` directory
(see "Attaching data directory to host filesystem”). (see "Attaching data directory to host filesystem”).