BytemarkHosting/docker-webdav

Share multiple folders?

stefan1983 opened this issue · 1 comments

Is anyone able to tell how to add multiple folder paths to the WebDAV landing page?

Thanks
Stefan

Is it possible for you to add all of those folders to one folder and then just share that one folder? That's what I've needed to do.

I suppose you could try mounting folders as subfolders: -v /path/to/folder1:/var/lib/dav/data/folder1 -v /path/to/folder2:/var/lib/dav/data/folder2 etc.