Update tvheadend/compose.yaml
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
|||||||
tvheadend:
|
tvheadend:
|
||||||
image: lscr.io/linuxserver/tvheadend:latest
|
image: lscr.io/linuxserver/tvheadend:latest
|
||||||
container_name: tvheadend
|
container_name: tvheadend
|
||||||
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@@ -11,9 +12,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /srv/appdata/tvheadend:/config
|
- /srv/appdata/tvheadend:/config
|
||||||
- /srv/media/recordings:/recordings
|
- /srv/media/recordings:/recordings
|
||||||
ports:
|
# ports:
|
||||||
- 9981:9981
|
# - 9981:9981
|
||||||
- 9982:9982
|
# - 9982:9982
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri #optional
|
- /dev/dri:/dev/dri #optional
|
||||||
# - /dev/dvb:/dev/dvb #optional
|
# - /dev/dvb:/dev/dvb #optional
|
||||||
|
|||||||
Reference in New Issue
Block a user