Merge pull request 'Update mariadb Docker tag to v10.6.0' (#14) from renovate/docker-mariadb-10.x into master
Reviewed-on: https://git.roosens.me/Chewing_Bever/self-hosting/pulls/14pull/15/head
commit
9548780db3
|
@ -27,7 +27,7 @@ services:
|
||||||
- 'index:/var/www/html/storage/search-indexes'
|
- 'index:/var/www/html/storage/search-indexes'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'mariadb:10.5.9-focal'
|
image: 'mariadb:10.6.0-focal'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
command: '--default-authentication-plugin=mysql_native_password'
|
command: '--default-authentication-plugin=mysql_native_password'
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ services:
|
||||||
- 'data:/var/www/html/storage'
|
- 'data:/var/www/html/storage'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'mariadb:10.5.9-focal'
|
image: 'mariadb:10.6.0-focal'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
command: '--default-authentication-plugin=mysql_native_password'
|
command: '--default-authentication-plugin=mysql_native_password'
|
||||||
|
|
||||||
|
|
Reference in New Issue