mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
fix(docker): updated pm2 environment variable name for CRON_SCHEDULE
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
|
||||
} --output=public/guide.xml`
|
||||
: 'npm run grab -- --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
|
||||
|
||||
Reference in New Issue
Block a user