mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
15 lines
207 B
YAML
15 lines
207 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: "true"
|
|
TYPE: FABRIC
|
|
ports:
|
|
- "25565:25565"
|
|
volumes:
|
|
- fabric:/data
|
|
|
|
volumes:
|
|
fabric: {} |