chore(deps): update mariadb docker tag to v11.6.2
This commit is contained in:
parent
c2a5841e5c
commit
16065d82d6
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ services:
|
|||
|
||||
######## Datenbank ########
|
||||
authelia-db:
|
||||
image: "mariadb:11.5.2"
|
||||
image: "mariadb:11.6.2"
|
||||
container_name: authelia-db
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW --innodb_read_only_compressed=OFF
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
######## Datenbank ########
|
||||
nextcloud-db:
|
||||
image: "mariadb:11.5.2"
|
||||
image: "mariadb:11.6.2"
|
||||
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