Update docker-compose.yml

Signed-off-by: portfoliodeekshith <161004381+portfoliodeekshith@users.noreply.github.com>
This commit is contained in:
portfoliodeekshith 2024-03-30 14:25:30 +05:30 committed by GitHub
parent 5abd7eacd5
commit 6343f64913
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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