A webdav docker deployment
The image is based on https://github.com/BytemarkHosting/docker-webdav with Elbosso's patch BytemarkHosting/docker-webdav#15 .
This docker-compose file will start the service for you, with self-signed SSL certificate and digest settings.
Create mulitple logins with
touch user.passwd
htdigest user.passwd WebDAV alice
htdigest user.passwd WebDAV bob
Modify the .env file and set the WEBDAVPATH variable to the path where you want to store the webdav files.
Finally run the docker service
docker-compose -d up