Update tvheadend/compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user