Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 324 Bytes

webdav

A alpine linux based webdav server.

It uses hacdias/webdav as server which itself is written in go and is quite slim.

Usage

docker create \
  --name=webdav \
  -v *host path config*:/config \
  -v *host path to data*:/data \
  -p 8801:8801 \
  tadly/webdav