Sign inSign up

aoirint/webdav

By aoirint

•Updated about 5 years ago

https://github.com/aoirint/webdav-docker

Image
0

1.2K

aoirint/webdav repository overview

⁠WebDAV (Apache Web Server)

GitHub: https://github.com/aoirint/webdav-docker⁠ (Folked from https://github.com/BytemarkHosting/docker-webdav⁠)

⁠docker-compose.yml

version: '3.9'
services:
  webdav:
    image: aoirint/webdav:2.4-20210822c
    restart: always
    ports:
      - '${DAV_PORT:-127.0.0.1:8000}:80'
    environment:
      LOCATION: /webdav
      ANONYMOUS_METHODS: OPTIONS
      AUTH_TYPE: Basic
      USERNAME: ${DAV_USERNAME:-user}
      PASSWORD: ${DAV_PASSWORD:-password}
      # SKIP_CHOWN: 1
    volumes:
      - ./dav:/var/lib/dav

Tag summary

Content type

Image

Digest

Size

30.4 MB

Last updated

about 5 years ago

docker pull aoirint/webdav