Compare commits
No commits in common. "4e246adf4df19837c36df665690967fe97444b33" and "c2aa8183f76065c541f69ff7e12bdda338d15ac4" have entirely different histories.
4e246adf4d
...
c2aa8183f7
|
@ -26,7 +26,7 @@ services:
|
|||
- 'music:/music'
|
||||
|
||||
db:
|
||||
image: 'mariadb:10.5.9-focal'
|
||||
image: 'mysql:8.0.24'
|
||||
restart: 'always'
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
- 'data:/var/www/html/storage'
|
||||
|
||||
db:
|
||||
image: 'mariadb:10.5.9-focal'
|
||||
image: 'mysql:8.0.24'
|
||||
restart: 'always'
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
|
|
Reference in New Issue