mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-26 07:28:26 +01:00
ed6c68451d
Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
4 lines
60 B
PHP
4 lines
60 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'upgrade.disable-web' => true,
|
|
);
|