mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
15 lines
No EOL
215 B
YAML
15 lines
No EOL
215 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
image: ${IMAGE:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "true"
|
|
TYPE: FABRIC
|
|
ports:
|
|
- 25565:25565
|
|
volumes:
|
|
- fabric:/data
|
|
|
|
volumes:
|
|
fabric: {} |