From 6ca33c7718ca8480e789985b8c518cf3660faffc Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 03:53:59 -0700 Subject: [PATCH] docs(readme): update env variable `TASK_CRON_SYNC` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb224168..669e4476 100644 --- a/README.md +++ b/README.md @@ -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 * * * *" > ```