Files
ZETA/minecraft/docker-compose.yml
john 74856495d9 Update minecraft/docker-compose.yml
Change service name to "mc"
2026-04-03 14:08:28 +01:00

13 lines
309 B
YAML

services:
mc:
image: itzg/minecraft-server:latest
pull_policy: daily
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
volumes:
# attach the relative directory 'data' to the container's /data path
- /mnt/nvme/minecraft/data:/data