This commit is contained in:
parent
8f71aa7c2d
commit
b877faed47
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
|
||||||
|
```
|
@ -106,6 +106,7 @@ nav:
|
|||||||
- TasmoBackup: portainer-stacks/TasmoBackup.md
|
- TasmoBackup: portainer-stacks/TasmoBackup.md
|
||||||
- Tasmota-Device-Manager: portainer-stacks/Tasmota-Device-Manager.md
|
- Tasmota-Device-Manager: portainer-stacks/Tasmota-Device-Manager.md
|
||||||
- Transmission: portainer-stacks/Transmission.md
|
- Transmission: portainer-stacks/Transmission.md
|
||||||
|
- tvheadend: portainer-stacks/tvheadend.md
|
||||||
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
|
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
|
||||||
- VSCode: portainer-stacks/VSCode.md
|
- VSCode: portainer-stacks/VSCode.md
|
||||||
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
|
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user