BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
350 stars 166 forks source link

specify httpd alpine version 2.4.35 #6

Open davebra opened 5 years ago

davebra commented 5 years ago

Apparently, the httpd-alpine version 2.4.37 has an issue with the mod_ssl, someone resolved using the version 2.4.35 https://github.com/docker-library/httpd/issues/115 Related to Issue #5

tsievers33 commented 5 years ago

I fixed this in a image (cloned from this repo and tagged with 2.4.35): twizzel/webdav

This works!