Decommission EXEC_DIRECTLY (#3837)

This commit is contained in:
Marc
2025-12-27 22:29:28 +01:00
committed by GitHub
parent 308a7766fa
commit c45d3e2fdd
4 changed files with 6 additions and 31 deletions

View File

@@ -22,8 +22,6 @@ A `.skip-pause` file can be created in the `/data` directory to make the server
A starting, example compose file has been provided in [the examples](https://github.com/itzg/docker-minecraft-server/blob/master/examples/autopause/compose.yml).
Auto-pause is not compatible with `EXEC_DIRECTLY=true` and the two cannot be set together.
!!! note
When configuring kubernetes readiness/liveness health checks with auto-pause enabled, be sure to reference the `mc-health` wrapper script rather than `mc-status` directly.