An NGINX WebDAV container (based on Xenial). Supports running with different user.
100K+
Usage:
docker run --restart always --detach --name webdav --publish 7000:8080 \
--env UID=$UID --volume $PWD:/media ionelmc/webdav
Optionally you can add two environment variables to require HTTP basic authentication:
Example:
docker run --restart always --detach --name webdav --publish 7000:8080 \
--env WEBDAV_USERNAME=myuser --env WEBDAV_PASSWORD=mypassword \
--env UID=$UID --volume $PWD:/media ionelmc/webdav
Content type
Image
Digest
Size
77.1 MB
Last updated
almost 7 years ago
docker pull ionelmc/webdav