Add jellyfin/compose.yaml
This commit is contained in:
23
jellyfin/compose.yaml
Normal file
23
jellyfin/compose.yaml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
jellyfin:
|
||||||
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
|
container_name: jellyfin
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
|
- JELLYFIN_PublishedServerUrl=https://jellyfin.japnet.nl #optional
|
||||||
|
volumes:
|
||||||
|
- /srv/appdata/jellyfin/library:/config
|
||||||
|
- /srv/media/series:/data/tvshows
|
||||||
|
- /srv/media/movies:/data/movies
|
||||||
|
- /srv/media/music:/data/music
|
||||||
|
devices:
|
||||||
|
- /dev/dri:/dev/dri # <-- belangrijkste stap
|
||||||
|
ports:
|
||||||
|
- 8096:8096
|
||||||
|
- 8920:8920 #optional
|
||||||
|
- 7359:7359/udp #optional
|
||||||
|
- 1900:1900/udp #optional
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user