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

15 lines
276 B
YAML
Raw Normal View History

2021-05-14 03:51:47 +00:00
version: "3.8"
services:
mc:
image: itzg/minecraft-server
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