docker-minecraft-server/examples/docker-compose-simple.yml
2021-05-13 22:51:47 -05:00

12 lines
241 B
YAML

version: "3.8"
services:
mc:
image: itzg/minecraft-server
ports:
- 25565:25565
environment:
EULA: "TRUE"
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data