Compare commits
No commits in common. "df8087026168bcd337950b22f808aa4870b24ce0" and "a80a906f448e977b6908f30390b284bd9df44cb3" have entirely different histories.
df80870261
...
a80a906f44
|
|
@ -27,7 +27,7 @@ services:
|
||||||
- 'index:/var/www/html/storage/search-indexes'
|
- 'index:/var/www/html/storage/search-indexes'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'mariadb:10.6.1-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.6.1-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