mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Merge branch 'master' of https://github.com/nextcloud/docker
This commit is contained in:
commit
06d6ed3b87
57 changed files with 1119 additions and 33 deletions
|
@ -51,7 +51,7 @@ RUN set -ex; \
|
|||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.17; \
|
||||
pecl install memcached-3.1.3; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install redis-4.3.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -61,6 +61,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
rsync $rsync_options --include "/$dir/" --exclude '/*' /usr/src/nextcloud/ $NEXTCLOUD_BASE_DIR/
|
||||
fi
|
||||
done
|
||||
rsync $rsync_options --include '/version.php' --exclude '/*' /usr/src/nextcloud/ /var/www/html/
|
||||
echo "Initializing finished"
|
||||
|
||||
#install
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
/data/
|
||||
/custom_apps/
|
||||
/themes/
|
||||
/version.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue