/docker-nginx-webdav

Nginx WebDAV container based on Ubuntu 18.04 (Bionic)

Primary LanguageDockerfile

docker-nginx-webdav

Nginx WebDAV container with public read and authenticated uploads based on Ubuntu 18.04 (Bionic)

Usage

docker run --restart always --detach --name webdav --publish 8080:8080 --volume $PWD:/data offbytwo/nginx-webdav

Configure Authentication

You can change the authentication by setting the USERNAME and PASSWORD environment variables