update readme + config
All checks were successful
Build docker container / build (push) Successful in 25m21s

This commit is contained in:
David Claeys
2025-07-15 09:24:34 +02:00
parent 3b019df919
commit 309038bb4a
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ module.exports = {
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
} --output=public/guide.xml`
: `npm run grab -- --gzip --channels=channels.xml --output=public/guide.xml`,
cron_restart: process.env.CRON || null,
cron_restart: process.env.CRON_SCHEDULE || null,
instances: 1,
watch: false,
autorestart: false