Custom Paths (Transcode/Thumbs…)

Hey there I was wondering wether it is possible to set a custom path for each of the subfolders of data (thumbs/encoded-video/library/profile)
Since I do not want to store profile information or thumbnails or even transcodes on my NAS Volume and instead store them in a seperate volume (each).
Now the issue is that docker doesn‘t support having multiple named volumes using the same parent container mount.

This means, that currently I have to either host everything on my NAS Volume (and as a result backup not so important data).
Or scrap the volumes idea and use a host bind (which is also not ideal, prefer using volumes).

Or is there any other solution? Thanks in advance!
Was this page helpful?