mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
Clarify MODRINTH_ALLOWED_VERSION_TYPE inclusion (#2966)
This commit is contained in:
parent
67b790dfed
commit
c4f69bf577
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@
|
|||
: Can be set to `none` (the default), `required`, or `optional` to download required and/or optional dependencies.
|
||||
|
||||
`MODRINTH_ALLOWED_VERSION_TYPE`
|
||||
: The version type is used to determine the newest version to use from each project. The allowed values are `release` (default), `beta`, `alpha`.
|
||||
: The version type is used to determine the newest version to use from each project. The allowed values are `release` (default), `beta`, `alpha`. Setting to `beta` will pick up both release and beta versions. Setting to `alpha` will pick up release, beta, and alpha versions.
|
||||
|
||||
|
|
Loading…
Reference in a new issue