Add Webdav Server/Compose.yaml
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
webdav:
|
||||||
|
image: bytemark/webdav
|
||||||
|
container_name: webdav
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8384:80"
|
||||||
|
environment:
|
||||||
|
AUTH_TYPE: Basic
|
||||||
|
USERNAME: Webdav
|
||||||
|
PASSWORD: secret123
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/Webdav:/var/lib/dav
|
||||||
|
- /srv/docker/Webdav/user.passwd:/user.passwd
|
||||||
Reference in New Issue
Block a user