diff --git a/games-compose.yml b/games-compose.yml index 7bbe638..45fcf28 100644 --- a/games-compose.yml +++ b/games-compose.yml @@ -23,7 +23,7 @@ services: working_dir: "/mnt" command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.7-29.jar", "--nogui"] caleysmc: - image: eclipse-temurin:21 + image: eclipse-temurin:25 restart: always ports: - "25563:25565" @@ -32,7 +32,7 @@ services: volumes: - "/minecraft_caleysmc:/mnt" working_dir: "/mnt" - command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.7-29.jar", "--nogui"] + command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-26.1.2-53.jar", "--nogui"] # 1165moddedmc: # image: eclipse-temurin:8 # restart: always