docs(automate): Restore env var footgun in example
This commit is contained in:
parent
267da84f66
commit
9e7d6d3e0d
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ environment variable:
|
||||||
ytdl-sub:
|
ytdl-sub:
|
||||||
environment:
|
environment:
|
||||||
CRON_SCHEDULE: "0 */6 * * *"
|
CRON_SCHEDULE: "0 */6 * * *"
|
||||||
|
# WARNING: See "Getting Started" -> "Automating" docs regarding throttles/bans:
|
||||||
|
# CRON_RUN_ON_START: false
|
||||||
|
|
||||||
Then recreate the container to apply the change and start it to generate the default
|
Then recreate the container to apply the change and start it to generate the default
|
||||||
``/config/ytdl-sub-configs/cron`` script. Read the comments in that script and edit as
|
``/config/ytdl-sub-configs/cron`` script. Read the comments in that script and edit as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue