Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 242 Bytes

docker-apache-webdav

docker image for an apache based webdav server

How to start

docker run \
    -v webdav:/webdav \
    -v $PWD/htpasswd:/htpasswd:ro \
    -e VIRTUAL_HOST=example.com \
    -p 8080:80 siticom/apache-webdav