0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 02:25:08 +01:00

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

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: