mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-01 03:12:45 +00:00
Add Modrinth plugins support for Spigot/Paper (#1885)
This commit is contained in:
2
examples/.gitignore
vendored
2
examples/.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
/data/
|
||||
data/
|
||||
modpacks/
|
||||
13
examples/modrinth-paper/docker-compose.yml
Normal file
13
examples/modrinth-paper/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user