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

Compare commits

...

3 commits

Author SHA1 Message Date
J0WI
9938acd304
Merge 73a28f8d4f into 9ff7b6a529 2024-10-05 18:56:33 +02:00
GitHub Workflow
9ff7b6a529 Runs update.sh 2024-10-05 00:31:43 +00:00
J0WI
73a28f8d4f MariaDB 10.11
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-09-18 22:58:29 +02:00
14 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: mariadb:10.6
image: mariadb:10.11
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
restart: always
volumes:

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: mariadb:10.6
image: mariadb:10.11
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
restart: always
volumes:

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: mariadb:10.6
image: mariadb:10.11
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
restart: always
volumes:

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: mariadb:10.6
image: mariadb:10.11
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
restart: always
volumes:

View file

@ -68,7 +68,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -68,7 +68,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -68,7 +68,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -68,7 +68,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -68,7 +68,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -68,7 +68,7 @@ RUN set -ex; \
pecl install APCu-5.1.24; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \

View file

@ -301,7 +301,7 @@ volumes:
services:
db:
image: mariadb:10.6
image: mariadb:10.11
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes:
@ -347,7 +347,7 @@ volumes:
services:
db:
image: mariadb:10.6
image: mariadb:10.11
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes: