mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-20 04:29:34 +00:00
Merge pull request #7 from bertbaron/patch-1
Correct ownership of the symlinks
This commit is contained in:
commit
4b9c011920
@ -11,6 +11,7 @@ sed -i -e "s/<APC_SHM_SIZE>/$APC_SHM_SIZE/g" /php/conf.d/apcu.ini \
|
|||||||
# Put the configuration and apps into volumes
|
# Put the configuration and apps into volumes
|
||||||
ln -sf /config/config.php /nextcloud/config/config.php &>/dev/null
|
ln -sf /config/config.php /nextcloud/config/config.php &>/dev/null
|
||||||
ln -sf /apps2 /nextcloud &>/dev/null
|
ln -sf /apps2 /nextcloud &>/dev/null
|
||||||
|
chown -h $UID:$GID /nextcloud/config/config.php /nextcloud/apps2
|
||||||
|
|
||||||
# Create folder for php sessions if not exists
|
# Create folder for php sessions if not exists
|
||||||
if [ ! -d /data/session ]; then
|
if [ ! -d /data/session ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user