From 267da84f66959998a6ea3c4fd7153654e7f6726d Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Sat, 6 Sep 2025 02:26:19 -0700 Subject: [PATCH] docs(automate): Remove footgun manual run command Addressing this underlying issue requires more thought and should be a separate PR. --- .../source/guides/getting_started/automating_downloads.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/guides/getting_started/automating_downloads.rst b/docs/source/guides/getting_started/automating_downloads.rst index ceb5d85a..6c0e9afd 100644 --- a/docs/source/guides/getting_started/automating_downloads.rst +++ b/docs/source/guides/getting_started/automating_downloads.rst @@ -43,12 +43,7 @@ schedule. container starts including when the host reboots, when ``# dockerd`` restarts such as when upgrading Docker itself, when a new image is pulled, when something applies Compose changes, etc.. This may result in running ``ytdl-sub`` right before or after - the next cron scheduled run. Instead, run your cron script manually inside the - running container as needed: - - .. code-block:: console - - docker compose exec ytdl-sub bash /config/ytdl-sub-configs/cron + the next cron scheduled run. .. _linux-setup: