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

Compare commits

...

1 commit

Author SHA1 Message Date
J0WI
73a28f8d4f MariaDB 10.11
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-09-18 22:58:29 +02:00
5 changed files with 6 additions and 6 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

@ -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: