From dc940d4afeb531b75615c0b552ad0eed8f866644 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 6 Jun 2024 17:27:05 -0400 Subject: initial --- minecraft/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 minecraft/README.md (limited to 'minecraft/README.md') diff --git a/minecraft/README.md b/minecraft/README.md new file mode 100644 index 0000000..daedb32 --- /dev/null +++ b/minecraft/README.md @@ -0,0 +1,22 @@ +### images/minecraft + +runs a miencraft server, very cool + +#### volumes + +- /data stores the minecraft server files + +#### environment + +- MC_TYPE can be `vanilla`,`paper`,`waterfall`,`velocity`,`folia`,`fabric`, or `forge` +- MC_VERSION is the minecraft version [`latest`,`snapshot`,``] + +extra environment variables include +- PAPERMC_BUILD +- FABRIC_LOADER +- FABRIC_INSTALLER +- FORGE_VERSION [`recommended`, `latest`, ``] + +jvm configuration +- JVMARGS - overwrites the default jvm args +- MEMORY - sets the jvm memory amount (default 1G) -- cgit v1.2.3-freya