knet-array/jellyfin.docker-compose.yml
karmacoma bdd1d52118 Add jellyfin.docker-compose.yml
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
2025-11-26 00:22:01 +00:00

16 lines
No EOL
444 B
YAML

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'