BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
364 stars 174 forks source link

Share multiple folders? #19

Open stefan1983 opened 4 years ago

stefan1983 commented 4 years ago

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

Thanks Stefan

zklosko commented 4 years ago

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.