mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
jellyfin_dev: point at shared media library instead of its own copy
Jellyfin now mounts the same shared media library used by radarr_dev/bazarr_dev (JELLYFIN_MEDIA, default /data/media) instead of a separate jellyfin/media folder, so all *arr apps and Jellyfin see the same files. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -6,3 +6,4 @@ JELLYFIN_PORT=8096
|
||||
|
||||
# Jellyfin
|
||||
JELLYFIN_URL=http://localhost:8096
|
||||
JELLYFIN_MEDIA=/data/media
|
||||
|
||||
Reference in New Issue
Block a user