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:
parent
66b1118a34
commit
267da84f66
1 changed files with 1 additions and 6 deletions
|
|
@ -43,12 +43,7 @@ schedule.
|
||||||
container starts including when the host reboots, when ``# dockerd`` restarts such as
|
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
|
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
|
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
|
the next cron scheduled run.
|
||||||
running container as needed:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
docker compose exec ytdl-sub bash /config/ytdl-sub-configs/cron
|
|
||||||
|
|
||||||
|
|
||||||
.. _linux-setup:
|
.. _linux-setup:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue