docker-nginx-webdav
docker-nginx-webdav copied to clipboard
Incredibly secure, fast and light WebDav Server, built from Nginx official image
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...