From b1cb3704b82cbcf3ed186117e663c25499fd1202 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 13 Apr 2025 13:04:33 -0400 Subject: [PATCH] Adding the 1.16.5 Modded Server --- games-compose.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/games-compose.yml b/games-compose.yml index d04159c..731df1b 100644 --- a/games-compose.yml +++ b/games-compose.yml @@ -33,3 +33,21 @@ services: - "/minecraft_caleysmc:/mnt" working_dir: "/mnt" command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"] + 1165moddedmc: + image: eclipse-temurin:8 + restart: always + ports: + - "25562:25565" + - "25572:25575" + volumes: + - "/minecraft_1165_modded:/mnt" + working_dir: "/mnt" + command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/forge-1.16.5-36.2.42.jar", "--nogui"] + xrc: + image: git.coldlightalchemist.com/bradley/xrc-server:16.0a-2 + restart: always + ports: + - "1446:1446" + - "1446:1446/udp" + volumes: + - "/etc/localtime:/etc/localtime:ro"