Add 'docker_portainer_stacks/tvheadend.yml'

This commit is contained in:
sthope 2022-04-17 10:06:10 +02:00
parent 3172cd0f66
commit 3a81f9668b

View File

@ -0,0 +1,20 @@
---
version: "3.8"
services:
tvheadend:
image: lscr.io/linuxserver/tvheadend:latest
container_name: tvheadend
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
# - RUN_OPTS=<run options here> #optional
volumes:
- /tvheadend/config:/config
- /tvheadend/recordings:/recordings
ports:
- 9981:9981
- 9982:9982
# devices:
# - /dev/dri:/dev/dri