Increase epg days

This commit is contained in:
Jan Kremer 2026-03-23 09:54:21 +01:00
parent fa9c21c5a9
commit f63dbebd61
No known key found for this signature in database

View file

@ -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";
};
};
};