mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
11 lines
245 B
YAML
11 lines
245 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: "true"
|
|
TYPE: PAPER
|
|
VERSION: 1.19.3
|
|
MODRINTH_PROJECTS: "coreprotect"
|
|
MODRINTH_ALLOWED_VERSION_TYPE: "release"
|
|
volumes:
|
|
- ./data:/data
|