docs(automate): Remove footgun manual run command

Addressing this underlying issue requires more thought and should be a separate PR.
This commit is contained in:
Ross Patterson 2025-09-06 02:26:19 -07:00
parent 66b1118a34
commit 267da84f66
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -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: