docs(readme): update env variable TASK_CRON_SYNC

This commit is contained in:
2025-05-31 03:53:59 -07:00
committed by GitHub
parent 5a97248db1
commit 6ca33c7718

View File

@@ -164,13 +164,13 @@ The following is a list of environment variables you can tell within your Docker
> ✔️ Correct
> ```yml
> environment:
> - CRON_TIME=*/60 * * * *
> - TASK_CRON_SYNC=*/60 * * * *
> ```
>
> ❌ Incorrect
> ```yml
> environment:
> - CRON_TIME="*/60 * * * *"
> - TASK_CRON_SYNC="*/60 * * * *"
> ```
<br />