Add tvheadend/compose.yaml
This commit is contained in:
20
tvheadend/compose.yaml
Normal file
20
tvheadend/compose.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
services:
|
||||
tvheadend:
|
||||
image: lscr.io/linuxserver/tvheadend:latest
|
||||
container_name: tvheadend
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europs/Amsterdam
|
||||
- RUN_OPTS= #optional
|
||||
volumes:
|
||||
- /srv/appdata/tvheadend/data:/config
|
||||
- /media/recordings:/recordings
|
||||
ports:
|
||||
- 9981:9981
|
||||
- 9982:9982
|
||||
devices:
|
||||
- /dev/dri:/dev/dri #optional
|
||||
# - /dev/dvb:/dev/dvb #optional
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user