From f325f54ee91146082053915d66e2ad587fffacfa Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sun, 30 Mar 2025 00:45:55 -0400 Subject: [PATCH] add comment for server choice --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 0ea778c..b1ac483 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: stdin_open: true tty: true environment: - - MC_LOADER=paper + - MC_LOADER=paper # paper, fabric or forge - MC_VERSION=1.21.4 - JAVA_VERSION=temurin@21 - JAR=server.jar