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)