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:
parent
5abd7eacd5
commit
6343f64913
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue