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

docker image for an apache based webdav server

Notifications You must be signed in to change notification settings

siticom/docker-apache-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

docker image for an apache based webdav server

Resources

Stars

Watchers

Forks

Packages

No packages published