Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
309038bb4a | ||
|
3b019df919 | ||
|
1cf21ddb98 | ||
|
0aeb48fe2f | ||
|
70c7ee79b0 | ||
|
62937901c2 | ||
|
4e5a2b4d27 |
16
README.md
16
README.md
@@ -214,4 +214,18 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
||||
- 1.0.60
|
||||
[04-07-2025](https://github.com/iptv-org/epg/commit/7e1fbcbe154f4efd5c81341351cceb06f71b79a0)
|
||||
- 1.0.61
|
||||
[04-07-2025](https://github.com/iptv-org/epg/commit/7e1fbcbe154f4efd5c81341351cceb06f71b79a0)<br>Add delay option
|
||||
[04-07-2025](https://github.com/iptv-org/epg/commit/7e1fbcbe154f4efd5c81341351cceb06f71b79a0)<br>Add delay option
|
||||
- 1.0.62
|
||||
[04-22-2025](https://github.com/iptv-org/epg/commit/db56a4d6c0ec7f1169ae60361b623dc032365e47)
|
||||
- 1.0.63
|
||||
[05-10-2025](https://github.com/iptv-org/epg/commit/db56a4d6c0ec7f1169ae60361b623dc032365e47)
|
||||
- 1.0.64
|
||||
[06-02-2025](https://github.com/iptv-org/epg/commit/cb7e91d3938804618625e381a7fd139e11dfa380)
|
||||
- 1.0.65
|
||||
[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