mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 13:52:27 +00:00
13 lines
266 B
YAML
13 lines
266 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "true"
|
|
SETUP_ONLY: "true"
|
|
TYPE: FABRIC
|
|
VERSION: 1.19.1
|
|
MODRINTH_PROJECTS: fabric-api,cloth-config
|
|
volumes:
|
|
- ./data:/data
|