From 3f5fa1642bbdbe87977637b083aeb2ce213d9f6b Mon Sep 17 00:00:00 2001 From: domse Date: Mon, 22 Jun 2015 10:57:42 +0200 Subject: [PATCH] Update README.md Corrected a little frustrating misspelling. --- minecraft-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-server/README.md b/minecraft-server/README.md index bdcb25e0..af04a4d3 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -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 \ -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 (see "Attaching data directory to host filesystem”).