Update DAV_Containers/Webdav_Server/compose.yaml
This commit is contained in:
@@ -7,8 +7,8 @@ services:
|
||||
- "8384:80"
|
||||
environment:
|
||||
AUTH_TYPE: Basic
|
||||
USERNAME: Webdav
|
||||
PASSWORD: secret123
|
||||
USERNAME: ${USERNAME}
|
||||
PASSWORD: ${PASSWORD}
|
||||
volumes:
|
||||
- /srv/docker/Webdav:/var/lib/dav
|
||||
- /srv/docker/Webdav/user.passwd:/user.passwd
|
||||
Reference in New Issue
Block a user