Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 212 Bytes

NGINX WebDAV container

Usage:

docker run --restart always --detach --name webdav --publish 7000:8080 \
           --env UID=$UID --volume $PWD:/media ionelmc/webdav

Authentication is disabled.