From 46ec02c69e3bd52ee18d7cf2448985dd00a44f8e Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 11 Dec 2024 07:06:02 -0600 Subject: [PATCH] Corrected examples link in autopause docs --- docs/misc/autopause-autostop/autopause.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/autopause-autostop/autopause.md b/docs/misc/autopause-autostop/autopause.md index c5b9c2778f1..e6b994f1c5a 100644 --- a/docs/misc/autopause-autostop/autopause.md +++ b/docs/misc/autopause-autostop/autopause.md @@ -16,7 +16,7 @@ A file called `.paused` is created in `/data` directory when the server is pause A `.skip-pause` file can be created in the `/data` directory to make the server skip autopausing, for as long as the file is present. The autopause timer will also be reset. -A starting, example compose file has been provided in [examples/docker-compose-autopause.yml](https://github.com/itzg/docker-minecraft-server/blob/master/examples/docker-compose-autopause.yml). +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.