mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
11 lines
144 B
YAML
11 lines
144 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
mc:
|
|
build: .
|
|
environment:
|
|
EULA: "TRUE"
|
|
ports:
|
|
- 25565:25565
|
|
stdin_open: true
|
|
tty: true |