Add VERSION_FROM_MODRINTH_PROJECTS (#3580)

This commit is contained in:
Geoff Bourne
2025-08-02 19:01:49 -05:00
committed by GitHub
parent 02640e5414
commit c2071e5038
4 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
services:
mc:
image: itzg/minecraft-server
environment:
EULA: true
TYPE: paper
MODRINTH_PROJECTS: |
viaversion
viabackwards
griefprevention
discordsrv
VERSION_FROM_MODRINTH_PROJECTS: true
SETUP_ONLY: true
ports:
- "25565:25565"