Adding the 1.16.5 Modded Server
This commit is contained in:
parent
93df59b0a7
commit
b1cb3704b8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user