chore(deps): update mariadb docker tag to v11.4.2 #100

Merged
renovate merged 1 commit from renovate/mariadb-11.x into master 2024-06-03 21:23:13 +02:00
Showing only changes of commit 8b925471d9 - Show all commits

View file

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