Switched to mariadb

pull/13/head
Jef Roosens 2021-04-23 16:38:39 +02:00
parent ddb8555c7b
commit 1d500be41f
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'