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 WEBMAIL=roundcube
# Dav server implementation (value: radicale, none) # Dav server implementation (value: radicale, none)
WEBDAV=webdav WEBDAV=none
# Antivirus solution (value: clamav, none) # Antivirus solution (value: clamav, none)
ANTIVIRUS=clamav ANTIVIRUS=clamav
+6 -6
View File
@@ -87,12 +87,12 @@ services:
volumes: volumes:
- "$ROOT/filter:/data" - "$ROOT/filter:/data"
webdav: # webdav:
image: ghcr.io/mailu/$WEBDAV:$VERSION # image: ghcr.io/mailu/$WEBDAV:$VERSION
restart: always # restart: always
env_file: .env # env_file: .env
volumes: # volumes:
- "$ROOT/dav:/data" # - "$ROOT/dav:/data"
admin: admin:
image: ghcr.io/mailu/admin:$VERSION image: ghcr.io/mailu/admin:$VERSION