cosmin / docker-nginx-webdav

Nginx WebDAV container based on Ubuntu 18.04 (Bionic)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nginx WebDAV container based on Ubuntu 18.04 (Bionic)


Languages

Language:Dockerfile 78.7%Language:Shell 21.3%