Updating games-compose
This commit is contained in:
parent
e2d5079abc
commit
a1dbf69836
@ -11,3 +11,25 @@ services:
|
||||
- "/minecraft_thespacebetween:/mnt"
|
||||
working_dir: "/mnt"
|
||||
command: ["java", "-Xms256m", "-Xmx1024m", "-jar", "/mnt/paper-1.21.3-81.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.4-15.jar", "--nogui"]
|
||||
caleysmc:
|
||||
image: eclipse-temurin:21
|
||||
restart: always
|
||||
ports:
|
||||
- "25563:25565"
|
||||
- "25573:25575"
|
||||
- "8122:8123"
|
||||
volumes:
|
||||
- "/minecraft_caleysmc:/mnt"
|
||||
working_dir: "/mnt"
|
||||
command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"]
|
||||
|
Loading…
Reference in New Issue
Block a user