docker-nginx-webdav icon indicating copy to clipboard operation
docker-nginx-webdav copied to clipboard

Incredibly secure, fast and light WebDav Server, built from Nginx official image

Results 3 docker-nginx-webdav issues
Sort by recently updated
recently updated
newest added

Tip! For people who prefer local directories over volumes like me: The local data directory has to match the owner of the running process. It's `www-data` (inside the container) which...

I got docker-compose.yml dockerfile entrypoint.sh webdav.conf from your repo, modified docker-compose.yml for my purposes and run docker buildx build . and got ERROR: failed to solve: process "/bin/sh -c apt-get...

Hello, the webdav server is working like a charm. But it would be very helpful if the nginx webserver is configured with cors enabled. This is neccessary for static js/html...