Skip to content

Commit fde4cab

Browse files
committed
docs(automate): Remove footgun manual run command
Addressing this underlying issue requires more thought and should be a separate PR.
1 parent 078f3ed commit fde4cab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/source/guides/getting_started/automating_downloads.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ schedule.
4343
container starts including when the host reboots, when ``# dockerd`` restarts such as
4444
when upgrading Docker itself, when a new image is pulled, when something applies
4545
Compose changes, etc.. This may result in running ``ytdl-sub`` right before or after
46-
the next cron scheduled run. Instead, run your cron script manually inside the
47-
running container as needed:
48-
49-
.. code-block:: console
50-
51-
docker compose exec ytdl-sub bash /config/ytdl-sub-configs/cron
46+
the next cron scheduled run.
5247

5348

5449
.. _linux-setup:

0 commit comments

Comments
 (0)