A simple WebDAV Server deployed with Docker.
Just install Docker and use the command to deploy!
You can see the deploy guide HERE
sudo docker run -d \
--restart always \
-v <host-path>:/app/dir \
-e USERNAME=<webdav-username> \
-e PASSWORD=<webdav-password> \
-p <host-port>:3000 \
zhouc1230/webdav:latest
Content type
Image
Digest
sha256:847e1281f…
Size
10.2 MB
Last updated
3 days ago
docker pull zhouc1230/webdav