windows icon indicating copy to clipboard operation
windows copied to clipboard

[Feature]: Multiple shared directories

Open NotOfficer opened this issue 1 year ago • 0 comments

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

NotOfficer avatar Jun 18 '24 14:06 NotOfficer