Improve variable naming with MODRINTH_MODPACK_VERSION_TYPE and MODRINTH_PROJECTS_DEFAULT_VERSION_TYPE (#3716)

This commit is contained in:
Geoff Bourne
2025-10-17 17:05:09 -05:00
committed by GitHub
parent 532f906d32
commit 998b61de0d
6 changed files with 123 additions and 121 deletions

View File

@@ -8,14 +8,14 @@ services:
environment:
EULA: "TRUE"
MODPACK_PLATFORM: MODRINTH
MODRINTH_MODPACK: https://modrinth.com/modpack/cobblemon-fabric/version/1.3.2
MODRINTH_MODPACK: https://modrinth.com/modpack/cobblemon-fabric/version/1.6.1.4
# or for auto-upgrading to latest
# MODRINTH_MODPACK: https://modrinth.com/modpack/cobblemon-fabric
# or just cobblemon-fabric or 5FFgwNNP
# and could replace version URL with
# MODRINTH_VERSION: nvrqJg44
# MODRINTH_VERSION: 1.3.2
# MODRINTH_VERSION: "Cobblemon [Fabric] 1.3.2"
# MODRINTH_VERSION: 98odLiu9
# MODRINTH_VERSION: 1.6.1.4
# MODRINTH_VERSION: "Cobblemon [Fabric] 1.6.1.4"
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data

View File

@@ -6,6 +6,6 @@ services:
TYPE: PAPER
VERSION: 1.19.3
MODRINTH_PROJECTS: "coreprotect"
MODRINTH_ALLOWED_VERSION_TYPE: "release"
MODRINTH_PROJECTS_DEFAULT_VERSION_TYPE: "release"
volumes:
- ./data:/data