Updates to games compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user