diff --git a/docusaurus/docs/guides/cronjobs/automatic-updates.md b/docusaurus/docs/guides/cronjobs/automatic-updates.md index f85aee382..92043e3fe 100644 --- a/docusaurus/docs/guides/cronjobs/automatic-updates.md +++ b/docusaurus/docs/guides/cronjobs/automatic-updates.md @@ -24,6 +24,7 @@ already use the needed policy | AUTO_UPDATE_CRON_EXPRESSION | Setting affects frequency of automatic updates. | 0 \* \* \* \* | Needs a Cron-Expression - See [Configuring Automatic Backups with Cron](https://palworld-server-docker.loef.dev/guides/backup/automated-backup) | | AUTO_UPDATE_ENABLED | Enables automatic updates | false | true/false | | AUTO_UPDATE_WARN_MINUTES | How long to wait to update the server, after the player were informed. (This will be ignored, if no Players are connected) | 30 | !0 | + :::tip This image uses Supercronic for crons see [supercronic](https://github.com/aptible/supercronic#crontab-format) diff --git a/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md b/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md index 55527113c..b19e54930 100644 --- a/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md +++ b/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md @@ -25,6 +25,7 @@ Der Beispiel-Docker-Befehl und die Docker-Compose-Datei in | AUTO_UPDATE_CRON_EXPRESSION | Einstellung beeinflusst die Häufigkeit automatischer Updates. | 0 \* \* \* \* | Erfordert einen Cron-Ausdruck - Siehe [Konfiguration automatischer Backups mit Cron](https://palworld-server-docker.loef.dev/de/guides/backup/automated-backup) | | AUTO_UPDATE_ENABLED | Aktiviert automatische Updates | false | true/false | | AUTO_UPDATE_WARN_MINUTES | Wie lange gewartet werden soll, bis der Server nach dem Informieren der Spieler aktualisiert wird. (Dies wird ignoriert, wenn keine Spieler verbunden sind) | 30 | !0 | + :::tip Dieses Image verwendet Supercronic für Cron-Jobs. Siehe [Supercronic](https://github.com/aptible/supercronic#crontab-format) diff --git a/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md b/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md index e85cb4683..f30885d66 100644 --- a/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md +++ b/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md @@ -22,6 +22,7 @@ sidebar_position: 5 | AUTO_UPDATE_CRON_EXPRESSION | 设置影响自动更新的频率。 | 0 \* \* \* \* | 需要 Cron 表达式 - 请参见[使用 Cron 配置自动备份](https://palworld-server-docker.loef.dev/zh/guides/backup/automated-backup/) | | AUTO_UPDATE_ENABLED | 启用自动更新 | false | true/false | | AUTO_UPDATE_WARN_MINUTES | 在通知玩家后等待多长时间更新服务器(如果没有玩家连接,将忽略此设置) | 30 | !0 | + :::tip 这个镜像使用 Supercronic 来执行 cron 任务。 查阅 [supercronic](https://github.com/aptible/supercronic#crontab-format)