mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-09 10:48:42 +00:00
12 lines
No EOL
202 B
YAML
12 lines
No EOL
202 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: true
|
|
MOTD: |
|
|
line one
|
|
line two
|
|
# or
|
|
# MOTD: "line one\nline two"
|
|
ports:
|
|
- "25565:25565" |