f
This commit is contained in:
parent
999d6c0fa1
commit
85d021a7e5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ services:
|
||||||
NEXTCLOUD_ADMIN_USER: n-admin
|
NEXTCLOUD_ADMIN_USER: n-admin
|
||||||
NEXTCLOUD_ADMIN_PASSWORD: "{{ lookup('keepass', 'nextcloud_admin_user_password', 'password') }}"
|
NEXTCLOUD_ADMIN_PASSWORD: "{{ lookup('keepass', 'nextcloud_admin_user_password', 'password') }}"
|
||||||
# misc
|
# misc
|
||||||
NEXTCLOUD_TRUSTED_DOMAINS: "nextcloud.mgrote.net"
|
NEXTCLOUD_TRUSTED_DOMAINS: "http://docker10.mgrote.net:1116/" #"nextcloud.mgrote.net"
|
||||||
PHP_MEMORY_LIMIT: 1024M
|
PHP_MEMORY_LIMIT: 1024M
|
||||||
PHP_UPLOAD_LIMIT: 10G
|
PHP_UPLOAD_LIMIT: 10G
|
||||||
APACHE_DISABLE_REWRITE_IP: 1
|
APACHE_DISABLE_REWRITE_IP: 1
|
||||||
|
|
Loading…
Reference in a new issue