update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-31 19:44:09 +02:00
parent 8f71aa7c2d
commit b877faed47
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
Portainer Stack:
```yaml
---
version: "3.8"
services:
tvheadend:
image: lscr.io/linuxserver/tvheadend:latest
container_name: tvheadend
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /htpc/tvheadend/config:/config
- /htpc/tvheadend/recordings:/recordings
ports:
- 9981:9981
- 9982:9982
restart: unless-stopped
```