mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
14 lines
277 B
YAML
14 lines
277 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "true"
|
|
TYPE: PAPER
|
|
VERSION: 1.19.3
|
|
MODRINTH_PROJECTS: "coreprotect"
|
|
MODRINTH_ALLOWED_VERSION_TYPE: "release"
|
|
volumes:
|
|
- ./data:/data
|