This commit is contained in:
21
docs/portainer-stacks/tvheadend.md
Normal file
21
docs/portainer-stacks/tvheadend.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user