From 9fff495b54c2abad0a6e89f07c72b5d4df2cf2c0 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 26 Feb 2024 10:17:07 +0100 Subject: [PATCH] add automatic start/stop documentation --- docusaurus/docs/guides/automatic-server-stopping.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docusaurus/docs/guides/automatic-server-stopping.md diff --git a/docusaurus/docs/guides/automatic-server-stopping.md b/docusaurus/docs/guides/automatic-server-stopping.md new file mode 100644 index 000000000..7bb141b4c --- /dev/null +++ b/docusaurus/docs/guides/automatic-server-stopping.md @@ -0,0 +1,10 @@ +--- +sidebar_position: 8 +--- + +# Stopping the server when no players are connected + +User [dnwjn](https://github.com/dnwjn) created a container that stops the palworld server +if there are no players connected and starts the container when a players tries to connect again. + +For the official documentation regarding this feature, please go to the [dnwjn/palworld-server-watcher repository](https://github.com/dnwjn/palworld-server-watcher)