From 8d1e94ad04eaba77050fdb0ea3976e82f46913f9 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:12:47 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68ebb805..58cb3444 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ To fine-tune the execution, you can pass environment variables to the container docker run \ -p 5000:3000 \ -v /path/to/channels.xml:/epg/channels.xml \ --e CRON_SCHEDULE="0 0,12 * * *" \ +-e CRON="0 0,12 * * *" \ -e MAX_CONNECTIONS=10 \ -e GZIP=true \ -e DAYS=14 \ @@ -193,7 +193,7 @@ iptv-org/epg | Variable | Description | | --------------- | ------------------------------------------------------------------------------------------------------------------ | -| CRON_SCHEDULE | A [cron expression](https://crontab.guru/) describing the schedule of the guide loadings (default: "0 0 \* \* \*") | +| CRON | A [cron expression](https://crontab.guru/) describing the schedule of the guide loadings (default: "0 0 \* \* \*") | | MAX_CONNECTIONS | Limit on the number of concurrent requests (default: 1) | | GZIP | Boolean value indicating whether to create a compressed version of the guide (default: false) | | DAYS | Number of days for which the guide will be loaded (defaults to the value from the site config) |