Add docker/tvheadend.yml
This commit is contained in:
parent
ca90a71213
commit
b592ec5c5c
18
docker/tvheadend.yml
Normal file
18
docker/tvheadend.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
tvheadend:
|
||||||
|
image: lscr.io/linuxserver/tvheadend:arm64v8-latest
|
||||||
|
container_name: tvheadend
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
- PUID=65534
|
||||||
|
- PGID=100
|
||||||
|
- TZ=Europe/Lisbon
|
||||||
|
volumes:
|
||||||
|
- /storage/mydocker/tvheadend/config:/config
|
||||||
|
- /storage/mydocker/tvheadend/recordings:/recordings
|
||||||
|
ports:
|
||||||
|
- 9981:9981
|
||||||
|
- 9982:9982
|
Loading…
x
Reference in New Issue
Block a user