Switched to mariadb
parent
ddb8555c7b
commit
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