docker-minecraft-server/examples/docker-compose-simple.yml

13 lines
239 B
YAML
Raw Normal View History

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