diff --git a/tvheadend/compose.yaml b/tvheadend/compose.yaml index 76f9ce0..f140cc8 100644 --- a/tvheadend/compose.yaml +++ b/tvheadend/compose.yaml @@ -3,6 +3,7 @@ services: tvheadend: image: lscr.io/linuxserver/tvheadend:latest container_name: tvheadend + network_mode: host environment: - PUID=1000 - PGID=1000 @@ -11,9 +12,9 @@ services: volumes: - /srv/appdata/tvheadend:/config - /srv/media/recordings:/recordings - ports: - - 9981:9981 - - 9982:9982 + # ports: + # - 9981:9981 + # - 9982:9982 devices: - /dev/dri:/dev/dri #optional # - /dev/dvb:/dev/dvb #optional