Update DAV_Containers/Webdav_Server/compose.yaml

This commit is contained in:
2026-01-24 02:18:06 +00:00
parent b9a80a11e8
commit 88eb952e1e
+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