Increase epg days
This commit is contained in:
parent
fa9c21c5a9
commit
f63dbebd61
1 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@
|
|||
epg = {
|
||||
image = "ghcr.io/iptv-org/epg:master";
|
||||
ports = [ "5000:3000" ];
|
||||
volumes = [ "/mnt/media/TV/custom.channels.xml:/epg/public/channels.xml" ];
|
||||
volumes = [ "/mnt/media/TV/channels.xml:/epg/public/channels.xml" ];
|
||||
extraOptions = [ "--dns=1.1.1.1" ];
|
||||
environment = {
|
||||
DAYS = "7";
|
||||
DAYS = "14";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue