19 lines
427 B
YAML
19 lines
427 B
YAML
---
|
|
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
|