revert 8fccd28d37
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful

revert chore(deps): update mariadb docker tag to v11.5.2
This commit is contained in:
Michael Grote 2024-08-15 22:00:53 +02:00
parent 22ff3e8443
commit fc68298cb6

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