From eec9fe42ae42f36860bd745daea660c9a286625d Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 7 Jul 2019 15:23:53 +0200 Subject: [PATCH] update Readme File --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 77052a0..5609841 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ This might take a few minutes depending on the internet connection and computing ### Running spigot-server +First create the storage directory with the correct permissions + + mkdir -p /data/minecraft/mc-server + chown 5:60 /data/minecraft/mc-server + ``` docker run -it -d \ -v /data/minecraft/mc-server:/usr/games/mcserv \ @@ -22,3 +27,8 @@ docker run -it -d \ zombi/spigot-server ``` +on the first run the buildtools are building the spigot jar file and the container is exiting once done. + +restart the container afterwards to run the minecraft server + + docker start spigot-server