0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Update MariaDB to 10.6 (#1956)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-03-28 15:35:15 +00:00 committed by GitHub
parent cf30668784
commit 30bb621341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: mariadb:10.5
image: mariadb:10.6
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.5
image: mariadb:10.6
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.5
image: mariadb:10.6
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.5
image: mariadb:10.6
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
restart: always
volumes: