From 1dbe98e82db5070d70c29d7b15efac8c9f41e2c9 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 12 Nov 2021 12:06:55 +0100 Subject: [PATCH] Fix incorrect Docker image and lazymc environment variable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 929e248..2ce5744 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is assumed that the user has already acquired a working Docker installation. ## Command With this image, you can create a new PaperMC Minecraft server with one command (note that running said command indicates agreement to the Minecraft EULA). Here is an example: -```sudo docker run -p 25565:25565 crbanman/papermc``` +```sudo docker run -p 25565:25565 crbanman/papermc-lazymc``` While this command will work just fine in many cases, it is only the bare minimum required to start a functional server and can be vastly improved by specifying some... ## Options @@ -61,7 +61,7 @@ Environment variables are options that are specified in the format `-e ="< - Changing this on an existing server will change the version *without wiping the server*. - `-e PAPER_BUILD=""` - `lazymc` Version - - **Name:** `MC_VERSION` + - **Name:** `LAZYMC_VERSION` - Set this to the version of `lazymc` you want to use. - If not set, the [latest release](https://github.com/timvisee/lazymc/releases/latest) will be used. - RAM