Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/5t111111/docker-jsdav

Dockerfile to build a jsDAV container image.
https://github.com/5t111111/docker-jsdav

Last synced: 2 days ago
JSON representation

Dockerfile to build a jsDAV container image.

Awesome Lists containing this project

README

        

docker-jsdav
============

Dockerfile to build a jsDAV container image.

## Quick start

- You need to mount a WebDAV data store on `/home/jsdav/app/public` because you don't want to lose everything when the container is stopped.

```console
$ mkdir -p /opt/jsDAV/public
$ docker run --name=jsdav -d -p 18000:8000 -v /opt/jsDAV/public:/home/jsdav/app/public 5t111111/jsdav
```