docker-minecraft-server/examples/docker-compose-simple.yml
2021-03-13 06:52:14 -06:00

13 lines
239 B
YAML

version: "3"
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