0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-28 17:38:06 +02:00

Compare commits

...

4 commits

Author SHA1 Message Date
cehser
b53a3df41b
Merge 791b43739c into 9ff7b6a529 2024-10-06 23:18:32 +08:00
GitHub Workflow
9ff7b6a529 Runs update.sh 2024-10-05 00:31:43 +00:00
GitHub Workflow
f6d767efb1 Runs update.sh 2024-09-22 00:34:53 +00:00
cehser
791b43739c
Update nginx.conf
Delete ocm path analogous to changes in https://github.com/nextcloud/documentation/pull/11180/files/800ab9726bbe164546e040fd1d8f38b072de8ec6

Signed-off-by: cehser <cehser@gmail.com>
2023-12-04 14:59:55 +01:00
10 changed files with 19 additions and 19 deletions

View file

@ -93,7 +93,7 @@ http {
# that file is correctly served; if it doesn't, then the request is passed to # that file is correctly served; if it doesn't, then the request is passed to
# the front-end controller. This consistent behaviour means that we don't need # the front-end controller. This consistent behaviour means that we don't need
# to specify custom rules for certain paths (e.g. images and other assets, # to specify custom rules for certain paths (e.g. images and other assets,
# `/updater`, `/ocm-provider`, `/ocs-provider`), and thus # `/updater`, `/ocs-provider`), and thus
# `try_files $uri $uri/ /index.php$request_uri` # `try_files $uri $uri/ /index.php$request_uri`
# always provides the desired behaviour. # always provides the desired behaviour.
index index.php index.html /index.php$request_uri; index index.php index.html /index.php$request_uri;

View file

@ -65,10 +65,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -63,10 +63,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -65,10 +65,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -65,10 +65,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -63,10 +63,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -65,10 +65,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -65,10 +65,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -63,10 +63,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \

View file

@ -65,10 +65,10 @@ RUN set -ex; \
; \ ; \
\ \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \ pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \ pecl install redis-6.1.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \
apcu \ apcu \