diff --git a/Containers/nextcloud/config/apps.config.php b/Containers/nextcloud/config/apps.config.php index 32283588..cff5dadd 100644 --- a/Containers/nextcloud/config/apps.config.php +++ b/Containers/nextcloud/config/apps.config.php @@ -2,12 +2,12 @@ $CONFIG = array ( 'apps_paths' => array ( 0 => array ( - 'path' => OC::$SERVERROOT.'/apps', + 'path' => '/var/www/html/apps', 'url' => '/apps', 'writable' => false, ), 1 => array ( - 'path' => OC::$SERVERROOT.'/custom_apps', + 'path' => '/var/www/html/custom_apps', 'url' => '/custom_apps', 'writable' => true, ),