Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
309038bb4a | ||
|
3b019df919 |
@@ -225,3 +225,7 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
||||
[06-16-2025](https://github.com/iptv-org/epg/commit/e0fdf221e2d2707fe7a9d06a4c2797672888c0eb)
|
||||
- 1.0.66
|
||||
[06-26-2025](https://github.com/iptv-org/epg/commit/93f857f3c36cbe00e76fceb4ad875d8e6f6ec6aa)
|
||||
- 1.0.67
|
||||
[07-07-2025](https://github.com/iptv-org/epg/commit/3107571168eea356e6fa6311519e3777db99b5a6)
|
||||
- 1.0.68
|
||||
[07-14-2025](https://github.com/iptv-org/epg/commit/10685b064d9cc65c1a22234a19527da53d544cbf)
|
@@ -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
|
||||
|
Reference in New Issue
Block a user