Disable healthcheck for unsupported versions (#2360)

This commit is contained in:
DanielN
2023-08-27 16:41:42 +02:00
committed by GitHub
parent 03034d2f15
commit bb57d7e99f
4 changed files with 13 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ To use a different Minecraft version, pass the `VERSION` environment variable (c
- LATEST (the default)
- SNAPSHOT
- or a specific version, such as "1.7.9"
- a specific version, such as "1.7.9"
- or an alpha and beta version, such as "b1.7.3" (server download might not exist)
For example, to use the latest snapshot: