Skip to content

Commit

Permalink
Corrected examples link in autopause docs (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Dec 11, 2024
1 parent 94def95 commit 0582a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/autopause-autostop/autopause.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0582a8a

Please sign in to comment.