mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-06-03 09:57:35 +00:00
fix perms on start up so upload limit can be set, make /data the default storage on first setup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
'datadirectory' => '/data',
|
||||
);
|
||||
|
||||
|
||||
|
||||
@@ -10,4 +10,5 @@ cd /tmp || true
|
||||
unzip nextcloud.zip
|
||||
mv /tmp/nextcloud "${NEXTCLOUD_PATH}"
|
||||
rm -f /tmp/nextcloud.zip
|
||||
chown abc:abc -R "${NEXTCLOUD_PATH}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user