revert 8fccd28d37
revert chore(deps): update mariadb docker tag to v11.5.2
This commit is contained in:
parent
22ff3e8443
commit
fc68298cb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue