arc added jellyfin
This commit is contained in:
21
arc/compose.yaml
Normal file
21
arc/compose.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
jellyfin:
|
||||||
|
image: linuxserver/jellyfin:latest
|
||||||
|
container_name: jellyfin
|
||||||
|
#user: 1000:1000
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
|
||||||
|
volumes:
|
||||||
|
- /mnt/jellyfin:/config
|
||||||
|
- /mnt/transcode:/transcode
|
||||||
|
- /mnt/download:/data
|
||||||
|
ports:
|
||||||
|
- 8096:8096
|
||||||
|
- 7359:7359/udp
|
||||||
|
- 8920:8920
|
||||||
|
devices:
|
||||||
|
- /dev/dri:/dev/dri
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user