mirror of
https://github.com/m1ngsama/automa.git
synced 2025-12-24 10:51:20 +00:00
13 lines
292 B
YAML
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
|