From aa2b09292a234394505056d1cdc94ea237e73de9 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 14 Jun 2026 22:37:03 -0400 Subject: [PATCH] Disabling Team 2648 Minecraft Server --- games-compose.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/games-compose.yml b/games-compose.yml index 45fcf28..5406408 100644 --- a/games-compose.yml +++ b/games-compose.yml @@ -11,17 +11,17 @@ services: - "/minecraft_thespacebetween:/mnt" working_dir: "/mnt" command: ["java", "-Xms256m", "-Xmx1024m", "-jar", "/mnt/paper-1.21.7-29.jar", "--nogui"] - team2648mc: - image: eclipse-temurin:21 - restart: always - ports: - - "25564:25565" - - "25574:25575" - - "8123:8123" - volumes: - - "/minecraft_team2648mc:/mnt" - working_dir: "/mnt" - command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.7-29.jar", "--nogui"] +# team2648mc: +# image: eclipse-temurin:21 +# restart: always +# ports: +# - "25564:25565" +# - "25574:25575" +# - "8123:8123" +# volumes: +# - "/minecraft_team2648mc:/mnt" +# working_dir: "/mnt" +# command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.7-29.jar", "--nogui"] caleysmc: image: eclipse-temurin:25 restart: always