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

siticom/docker-nginx-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-webdav

docker image for a nginx based webdav server

How to start

docker run \
    -v webdav:/webdav \
    -v $PWD/htpasswd:/htpasswd:ro \
    -p 8080:80 siticom/nginx-webdav

Known issues

  • Native Windows Explorer webdav client cannot copy or move files and directories

About

docker image for a nginx based webdav server

Resources

Stars

Watchers

Forks

Packages

No packages published