remove webdav section

This commit is contained in:
2026-08-21 14:54:58 +02:00
parent 6fdf285be0
commit 849eec67aa
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ ADMIN=true
WEBMAIL=roundcube
# Dav server implementation (value: radicale, none)
WEBDAV=webdav
WEBDAV=none
# Antivirus solution (value: clamav, none)
ANTIVIRUS=clamav
+6 -6
View File
@@ -87,12 +87,12 @@ services:
volumes:
- "$ROOT/filter:/data"
webdav:
image: ghcr.io/mailu/$WEBDAV:$VERSION
restart: always
env_file: .env
volumes:
- "$ROOT/dav:/data"
# webdav:
# image: ghcr.io/mailu/$WEBDAV:$VERSION
# restart: always
# env_file: .env
# volumes:
# - "$ROOT/dav:/data"
admin:
image: ghcr.io/mailu/admin:$VERSION