Update DAV Servers/Webdav Server/Compose.yaml

This commit is contained in:
2026-01-07 02:58:55 +00:00
parent 724cf80cbf
commit 6549aa716c
+14
View File
@@ -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