fix #5: added DISABLE_WEBDAV flag
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 20s
Container Publish / build-image (amd64) (push) Successful in 3m21s
Container Publish / update docker manifest (push) Successful in 53s

This commit is contained in:
2025-07-31 20:16:35 +02:00
parent 0f78f4cebc
commit 2da562ffcb
3 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ services:
DISABLE_WEBROOT_CHOWN: 1 # default: 0
DISABLE_SFTP: 1 # default: 0
DISABLE_STATS: 1 # default: 0
DISABLE_WEBDAV: 1 # default: 0
```
The `/data/www` and `/data/logs` directories and their contents will be chowned to `$PUID:$PGID` and chmodded to `0755` for directories and `0644` for files at container start.