automa/minecraft/compose.yaml
2025-11-02 18:13:50 +08:00

13 lines
292 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
- ./data:/data