VDR update

This commit is contained in:
borgal
2023-02-08 21:18:47 +01:00
parent 5041baea6f
commit 54677ac8bd
5 changed files with 3 additions and 160 deletions

View File

@@ -1,32 +0,0 @@
---
version: "2.1"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- JELLYFIN_PublishedServerUrl=192.168.0.111
devices:
- /dev/dri:/dev/dri
volumes:
- ./config:/config
- ./tvseries:/data/tvshows
- hd:/data/movies
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1905:1900/udp #optional
restart: unless-stopped
volumes:
hd:
name: hd
driver: local
driver_opts:
type: nfs
o: addr=${NFS_SERVER},rw
device: ":${PFAD_HD}"