chore(deps): update mariadb docker tag to v11.5.2 #158

Closed
renovate wants to merge 4 commits from renovate/mariadb-11.x into master
Showing only changes of commit fc68298cb6 - Show all commits

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
######## Datenbank ########
nextcloud-db:
image: "mariadb:11.5.2"
image: "mariadb:11.4.3"
container_name: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW --innodb_read_only_compressed=OFF
restart: unless-stopped