From d0326c9ad6440f09fa41e9e7d05c1420414b2803 Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Sun, 12 Oct 2025 00:51:05 +0000 Subject: [PATCH] Fixed broken bind mount for Jellyfin --- README.md | 4 +--- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f752ee9..6b36efe 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,7 @@ docker compose up -d - **MBID-Poller** - Polls Lidar API with Scrobbled artists then auto adds once found. - **Multi-Scrobbler** (9078) - Music Scrobbling - **Maloja to Lidarr Importer** - Scrobble Artist List for Custom Import -- **Pinchflat** (8945) - Youtube Content Downloader - **Soulseek** (5030) - P2P Filesharer -- **Soularr** - Intermediary between Lidarr and Soulseek ### 📄 Document Management - **Gotenberg** - Document Conversion @@ -50,7 +48,7 @@ docker compose up -d - **AdventureLog Frontend** (8015) - Adventure tracking interface - **AdventureLog Backend** (8016) - Adventure tracking API - **AdventureLog Database** - PostgreSQL database -- **Gramps** (5511) - Genealogy management +- **Gramps** (5511 & 5512) - Genealogy management - **Gramps Celery** - Background task processing - **Gramps Redis** - Task queue - **KitchenOwl** - (8081) Recipe and Grocery Manager diff --git a/docker-compose.yml b/docker-compose.yml index 138aff0..14532f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ services: volumes: - /docker-local/Arrs/Jellyfin/config:/config - /docker-local/Arrs/Jellyfin/cache:/cache - - /data/media:/data/media + - /data:/data - /dev/dri/:/dev/dri/ ports: - 8096:8096