We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
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
The text was updated successfully, but these errors were encountered:
mount the folder to: /var/lib/dav/data
Sorry, something went wrong.
Hello thanks it's fine. Another question: which is the volume to export the logs and it's possible to export config file?
Thanks
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: