dperson / samba

Samba docker container
GNU Affero General Public License v3.0
1.52k stars 514 forks source link

Sharing more than one drive #433

Open postman578 opened 1 year ago

postman578 commented 1 year ago

OK so i have this running on docker via portainer on a raspberry pi 4 and it works great! I have a question regarding what to do if i want to share more than one drive. Where/how can that be added?? Problem is that i can't find the respective config file as this is run thru portainer. Tks!

Agents007 commented 1 year ago

You can simply create several shares by giving each one a different name and path : Volume : /share1 : your path 1 /share2 : your path 2 ENV : SHARE1 share name 1;/share1 SHARE2 share name 2;/share2