windows
windows copied to clipboard
[Feature]: Multiple shared directories
Is your proposal related to a problem?
I'd like to have multiple shared directories rather than making the shared directory closer to root and also not having to switch the volume variable each time.
Describe the solution you'd like.
The setup similiar to how multiple disks are possible. e.g.:
volumes:
- /home/user/example:/shared
- /home/user/example2:/shared2
- /home/user/example3:/shared3
and map them to
-
\\host.lan\Data -
\\host.lan\Data2 -
\\host.lan\Data3
Describe alternatives you've considered.
None
Additional context
No response