This commit is contained in:
Michael Grote 2024-05-31 14:13:58 +02:00
parent 10deea488e
commit 9e474d9ed7
2 changed files with 2 additions and 0 deletions

View file

@ -96,6 +96,8 @@ services:
NEXTCLOUD_UPLOAD_LIMIT: 10G NEXTCLOUD_UPLOAD_LIMIT: 10G
NEXTCLOUD_MAX_TIME: 3600 NEXTCLOUD_MAX_TIME: 3600
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796 APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
NEXTCLOUD_ADMIN_USER: n-admin
NEXTCLOUD_ADMIN_PASSWORD: "{{ lookup('keepass', 'nextcloud_admin_user_password', 'password') }}"
volumes: volumes:
- app-ldap:/var/www/html - app-ldap:/var/www/html
- data-ldap:/var/www/html/data - data-ldap:/var/www/html/data

Binary file not shown.