Fixed broken bind mount for Jellyfin
This commit is contained in:
@@ -32,9 +32,7 @@ docker compose up -d
|
|||||||
- **MBID-Poller** - Polls Lidar API with Scrobbled artists then auto adds once found.
|
- **MBID-Poller** - Polls Lidar API with Scrobbled artists then auto adds once found.
|
||||||
- **Multi-Scrobbler** (9078) - Music Scrobbling
|
- **Multi-Scrobbler** (9078) - Music Scrobbling
|
||||||
- **Maloja to Lidarr Importer** - Scrobble Artist List for Custom Import
|
- **Maloja to Lidarr Importer** - Scrobble Artist List for Custom Import
|
||||||
- **Pinchflat** (8945) - Youtube Content Downloader
|
|
||||||
- **Soulseek** (5030) - P2P Filesharer
|
- **Soulseek** (5030) - P2P Filesharer
|
||||||
- **Soularr** - Intermediary between Lidarr and Soulseek
|
|
||||||
|
|
||||||
### 📄 Document Management
|
### 📄 Document Management
|
||||||
- **Gotenberg** - Document Conversion
|
- **Gotenberg** - Document Conversion
|
||||||
@@ -50,7 +48,7 @@ docker compose up -d
|
|||||||
- **AdventureLog Frontend** (8015) - Adventure tracking interface
|
- **AdventureLog Frontend** (8015) - Adventure tracking interface
|
||||||
- **AdventureLog Backend** (8016) - Adventure tracking API
|
- **AdventureLog Backend** (8016) - Adventure tracking API
|
||||||
- **AdventureLog Database** - PostgreSQL database
|
- **AdventureLog Database** - PostgreSQL database
|
||||||
- **Gramps** (5511) - Genealogy management
|
- **Gramps** (5511 & 5512) - Genealogy management
|
||||||
- **Gramps Celery** - Background task processing
|
- **Gramps Celery** - Background task processing
|
||||||
- **Gramps Redis** - Task queue
|
- **Gramps Redis** - Task queue
|
||||||
- **KitchenOwl** - (8081) Recipe and Grocery Manager
|
- **KitchenOwl** - (8081) Recipe and Grocery Manager
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /docker-local/Arrs/Jellyfin/config:/config
|
- /docker-local/Arrs/Jellyfin/config:/config
|
||||||
- /docker-local/Arrs/Jellyfin/cache:/cache
|
- /docker-local/Arrs/Jellyfin/cache:/cache
|
||||||
- /data/media:/data/media
|
- /data:/data
|
||||||
- /dev/dri/:/dev/dri/
|
- /dev/dri/:/dev/dri/
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
|
|||||||
Reference in New Issue
Block a user