This repository has been archived on 2026-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-03-18 22:48:20 -07:00

17 lines
310 B
YAML

version: "3"
services:
minecraft:
image: marctv/minecraft-papermc-server:latest
container_name: mcserver
restart: always
environment:
MEMORYSIZE: "6G"
PAPERMC_FLAGS: ""
volumes:
- "./server:/data:rw"
ports:
- "25565:25565"
stdin_open: true
tty: true