mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
14 lines
No EOL
245 B
YAML
14 lines
No EOL
245 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: "true"
|
|
ports:
|
|
- "25565:25565"
|
|
volumes:
|
|
- data:/data
|
|
stdin_open: true
|
|
tty: true
|
|
restart: unless-stopped
|
|
volumes:
|
|
data: {} |