Compare commits
No commits in common. "9548780db337cda48a56b91d77228401cfedc885" and "927a090a9141dd3bedc434842db6af6c795c85a7" have entirely different histories.
9548780db3
...
927a090a91
|
@ -27,7 +27,7 @@ services:
|
|||
- 'index:/var/www/html/storage/search-indexes'
|
||||
|
||||
db:
|
||||
image: 'mariadb:10.6.0-focal'
|
||||
image: 'mariadb:10.5.9-focal'
|
||||
restart: 'always'
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
- 'data:/var/www/html/storage'
|
||||
|
||||
db:
|
||||
image: 'mariadb:10.6.0-focal'
|
||||
image: 'mariadb:10.5.9-focal'
|
||||
restart: 'always'
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
|
|
Reference in New Issue