Switched to mariadb
parent
ddb8555c7b
commit
1d500be41f
|
@ -26,7 +26,7 @@ services:
|
|||
- 'music:/music'
|
||||
|
||||
db:
|
||||
image: 'mysql:8.0.24'
|
||||
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: 'mysql:8.0.24'
|
||||
image: 'mariadb:10.5.9-focal'
|
||||
restart: 'always'
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
|
|
Reference in New Issue