docs(automate): Restore env var footgun in example

This commit is contained in:
Ross Patterson 2025-09-06 15:40:25 -07:00
parent 267da84f66
commit 9e7d6d3e0d
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -22,6 +22,8 @@ environment variable:
ytdl-sub:
environment:
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
``/config/ytdl-sub-configs/cron`` script. Read the comments in that script and edit as