Homelab/docker/nextcloud/custom.config.php

4 lines
68 B
PHP

<?php
$CONFIG = [
'check_data_directory_permissions' => false,
];