BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
363 stars 173 forks source link

Exposing an existing directory #44

Open mcsilver opened 7 months ago

mcsilver commented 7 months ago

I want to allow access to an existing directory using webdav, but when I specify the path to that directory as the volume, webdav creates a new data directory in there, and that's where a webdav client can add/edit files. Is it possible to give webdav access to the directory that I specify so that clients can edit files that are already in there?

chaomifan commented 5 months ago

same issue