mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-29 06:00:54 +02:00
Runs update.sh
This commit is contained in:
parent
680f0e3218
commit
c4a429bf0c
37 changed files with 1482 additions and 0 deletions
15
20.0-rc/fpm-alpine/config/apps.config.php
Normal file
15
20.0-rc/fpm-alpine/config/apps.config.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'apps_paths' => array (
|
||||
0 => array (
|
||||
'path' => OC::$SERVERROOT.'/apps',
|
||||
'url' => '/apps',
|
||||
'writable' => false,
|
||||
),
|
||||
1 => array (
|
||||
'path' => OC::$SERVERROOT.'/custom_apps',
|
||||
'url' => '/custom_apps',
|
||||
'writable' => true,
|
||||
),
|
||||
),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue