mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
Make Nextcloud Scaleable (#127)
* Add Session Save Path * Update Dockerfile * Make Nextcloud scaleable * Use sed * remove php.ini * Update run.sh * Update Dockerfile * Update Dockerfile
This commit is contained in:
@ -77,6 +77,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk
|
||||
&& echo "extension=iconv.so" > /etc/php7.1/conf.d/00_iconv.ini \
|
||||
&& echo "extension=smbclient.so" > /etc/php7.1/conf.d/00_smbclient.ini \
|
||||
&& echo "extension=redis.so" > /etc/php7.1/conf.d/redis.ini \
|
||||
&& sed -i 's|;session.save_path = "/tmp"|session.save_path = "/data/session"|g' /etc/php7.1/php.ini \
|
||||
&& mkdir /nextcloud \
|
||||
&& NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \
|
||||
&& wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL} \
|
||||
|
Reference in New Issue
Block a user