fix defect mariadb-tag
revert6e29bc2c3d
revert revert47a71e9d5b
revert chore(deps): update redis docker tag to v7.4.0 revert8fccd28d37
revert chore(deps): update mariadb docker tag to v11.5.2
This commit is contained in:
parent
16a4162d02
commit
c81de0570e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
services:
|
services:
|
||||||
######## Datenbank ########
|
######## Datenbank ########
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: "mariadb:11.5.2"
|
image: "mariadb:11.4.3"
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue