adm user
This commit is contained in:
parent
10deea488e
commit
9e474d9ed7
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue