From e04bf4ef57ef9329ec681f0e62a38c4af7889795 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Fri, 28 Mar 2025 02:26:45 -0400 Subject: [PATCH] add ports to compose file and set default server as paper --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 608f627..4e193ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: stdin_open: true tty: true environment: - - MC_LOADER=fabric + - MC_LOADER=paper - MC_VERSION=1.21.4 - JAVA_VERSION=temurin@21 - JAR=server.jar @@ -17,6 +17,8 @@ services: context: . volumes: - ./data:/data + ports: + - 25565:25565 deploy: resources: limits: