Add optional dropin folder mount

This commit is contained in:
Leopold Sappler 2026-01-19 22:33:27 +01:00
parent ff05e5a93f
commit 1b803d06c6

View file

@ -46,6 +46,9 @@ services:
# Add additional drive mounts as needed for your specific setup # Add additional drive mounts as needed for your specific setup
# Optional: Mount your music library for Plex/Jellyfin access # Optional: Mount your music library for Plex/Jellyfin access
- /path/to/your/music:/music:ro - /path/to/your/music:/music:ro
# Optional: Drop-in folder for manually adding music
# Files placed here will be automatically imported into the music library
- ./dropin:/app/dropin
extra_hosts: extra_hosts:
# Allow container to reach host services # Allow container to reach host services
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"