mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
9 lines
No EOL
128 B
YAML
9 lines
No EOL
128 B
YAML
services:
|
|
mc:
|
|
build: .
|
|
environment:
|
|
EULA: "TRUE"
|
|
ports:
|
|
- 25565:25565
|
|
stdin_open: true
|
|
tty: true |