Fix EPG network connection
This commit is contained in:
parent
b5152fc2ea
commit
7ff71661bd
2 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,9 @@
|
|||
containers = {
|
||||
epg = {
|
||||
image = "ghcr.io/iptv-org/epg:master";
|
||||
ports = [ "3001:3000" ];
|
||||
ports = [ "3000:3000" ];
|
||||
volumes = [ "/mnt/media/TV/custom.channels.xml:/epg/public/channels.xml" ];
|
||||
extraOptions = [ "--network=host" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue