We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078f3ed commit fde4cabCopy full SHA for fde4cab
docs/source/guides/getting_started/automating_downloads.rst
@@ -43,12 +43,7 @@ schedule.
43
container starts including when the host reboots, when ``# dockerd`` restarts such as
44
when upgrading Docker itself, when a new image is pulled, when something applies
45
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
+ the next cron scheduled run.
52
53
54
.. _linux-setup:
0 commit comments