infrastructure-compose/games-compose.yml

14 lines
321 B
YAML

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"]