Adding the initial version of games-compose
This commit is contained in:
parent
37a07be90a
commit
a29d2cf10b
13
games-compose.yml
Normal file
13
games-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
thespacebetween:
|
||||
image: eclipse-temurin:17
|
||||
restart: always
|
||||
ports:
|
||||
- "25565:25565"
|
||||
- "25575:25575"
|
||||
volumes:
|
||||
- "/minecraft_thespacebetween:/mnt"
|
||||
working_dir: "/mnt"
|
||||
command: ["java", "-Xms256m", "-Xmx1024m", "-jar", "/mnt/paper-1.21.3-81.jar", "--nogui"]
|
Loading…
Reference in New Issue
Block a user