Merge pull request 'Update mariadb Docker tag to v10.6.1' (#23) from renovate/mariadb-10.x into master

Reviewed-on: https://git.roosens.me/Chewing_Bever/self-hosting/pulls/23
pull/24/head
Jef Roosens 2021-05-25 12:33:04 +02:00
commit df80870261
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
- 'index:/var/www/html/storage/search-indexes'
db:
image: 'mariadb:10.6.0-focal'
image: 'mariadb:10.6.1-focal'
restart: 'always'
command: '--default-authentication-plugin=mysql_native_password'

View File

@ -26,7 +26,7 @@ services:
- 'data:/var/www/html/storage'
db:
image: 'mariadb:10.6.0-focal'
image: 'mariadb:10.6.1-focal'
restart: 'always'
command: '--default-authentication-plugin=mysql_native_password'