Add jellyfin.docker-compose.yml

Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
KARMACOMA 2025-11-26 00:22:01 +00:00
parent 0d653b7270
commit bdd1d52118

View file

@ -0,0 +1,16 @@
services:
array-jellyfin:
image: jellyfin/jellyfin
container_name: array-jellyfin
# Optional - specify the uid and gid you would like Jellyfin to use instead of root
user: 1000:1000
# ports:
# - 8096:8096/tcp
volumes:
- jellyfin-config:/config
- jellyfin-cache:/cache
- type: bind
source: /mnt/osirisbox/media/
target: /media
read_only: true
restart: 'unless-stopped'