Compare commits
2 Commits
c2aa8183f7
...
4e246adf4d
Author | SHA1 | Date |
---|---|---|
|
4e246adf4d | |
|
1d500be41f |
|
@ -26,7 +26,7 @@ services:
|
||||||
- 'music:/music'
|
- 'music:/music'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'mysql:8.0.24'
|
image: 'mariadb:10.5.9-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: 'mysql:8.0.24'
|
image: 'mariadb:10.5.9-focal'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
command: '--default-authentication-plugin=mysql_native_password'
|
command: '--default-authentication-plugin=mysql_native_password'
|
||||||
|
|
||||||
|
|
Reference in New Issue