Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain config #12

Open
alexblav81 opened this issue May 17, 2019 · 2 comments
Open

Explain config #12

alexblav81 opened this issue May 17, 2019 · 2 comments

Comments

@alexblav81
Copy link

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:
- "8080:80"
environment:
AUTH_TYPE: Digest
USERNAME: "famille"
PASSWORD: "xxxxxxx"
volumes:
- /data/docker/transmission/downloads:/var/lib/dav
restart: 'always'
networks:
pt_internal:
`

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
Copy link

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

@alexblav81
Copy link
Author

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

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants