mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Update to 11.0.4
This commit is contained in:
parent
e714562be9
commit
a3bb5798c8
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ RUN set -ex \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 11.0.3
|
ENV NEXTCLOUD_VERSION 11.0.4
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
COPY config/* /usr/src/nextcloud/config/
|
COPY config/* /usr/src/nextcloud/config/
|
||||||
|
|
|
@ -40,7 +40,7 @@ RUN set -ex \
|
||||||
&& pecl install redis-3.1.2 \
|
&& pecl install redis-3.1.2 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 11.0.3
|
ENV NEXTCLOUD_VERSION 11.0.4
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
COPY config/* /usr/src/nextcloud/config/
|
COPY config/* /usr/src/nextcloud/config/
|
||||||
|
|
Loading…
Reference in a new issue