Sign inSign up

pooya/webdav

By pooya

Updated over 10 years ago

Webdav Server Container

Image
0

5.3K

pooya/webdav repository overview

Usage

This is an NGINX WebDAV docker with some basic WebDAV functionality. Its main purpose is in end-to-end test environments to upload files.

Via two environment variables basic authentication can be set:

	WEBDAV_USERNAME
	WEBDAV_PASSWORD

If either environment variable is missing, basic authentication is removed.

Basic usage:

docker run -d --name webdav -p 80:80 -v "$PWD":/var/www pooya/webdav

Usage in docker-compose:

  webdav:
    image: pooya/webdav
    environment:
        - VIRTUAL_HOST=virtualhost.for.nginx.proxy
        - WEBDAV_USERNAME=username
        - WEBDAV_PASSWORD=password
    volumes:
        - ./data:/var/www

Tag summary

Content type

Image

Digest

Size

70.4 MB

Last updated

over 10 years ago

docker pull pooya/webdav