BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
350 stars 166 forks source link

Explain config #12

Open alexblav81 opened 5 years ago

alexblav81 commented 5 years ago

Hello,

I try to config a webdev server with docker. My docker-compose.yml

` version: '3.1'

services: webdav: image: bytemark/webdav restart: always ports:

My /data/docker/transmission/downloads drwxr-xr-x 2 82 82 4096 mai 14 19:03 complete/ drwxr-xr-x 2 82 82 4096 mai 17 02:51 data/ -rw-r--r-- 1 82 82 0 mai 17 02:51 DavLock drwxr-xr-x 3 82 82 4096 mai 16 02:43 incomplete/ -rw-r--r-- 1 82 82 0 mai 17 02:34 index.htm -rw-r--r-- 1 82 82 0 mai 17 02:53 test.txt drwxr-xr-x 2 82 82 4096 mai 11 04:35 torrents/

When I browse my site I have: Index of/

and nothing. Can you explain me where is my error please

Gahon1995 commented 5 years ago

mount the folder to: /var/lib/dav/data

alexblav81 commented 5 years ago

Hello thanks it's fine. Another question: which is the volume to export the logs and it's possible to export config file?

Thanks