Add optional dropin folder mount
This commit is contained in:
parent
ff05e5a93f
commit
1b803d06c6
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue