You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/configuration/misc-options.md
+10
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,16 @@ To allow time for players to finish what they're doing during a graceful server
55
55
56
56
The grace period can be increased using [the -t option on docker-compose down](https://docs.docker.com/compose/reference/down/) or set the [stop_grace_period](https://docs.docker.com/compose/compose-file/05-services/#stop_grace_period) in the compose file.
57
57
58
+
The `STOP_SERVER_ANNOUNCE_DELAY` can be bypassed by sending a `SIGUSR1` signal to the `mc-server-runner` process.
59
+
60
+
`docker`:
61
+
62
+
docker stop --signal SIGUSR1 mc
63
+
64
+
`docker compose`:
65
+
66
+
docker compose kill --signal SIGUSR1
67
+
58
68
## Configuration Options for Minecraft Server Health Monitoring
59
69
60
70
The image tags include specific variables to simplify configuration for monitoring the health of a Minecraft server:
0 commit comments