Compare commits
2 Commits
c2aa8183f7
...
4e246adf4d
Author | SHA1 | Date |
---|---|---|
Jef Roosens | 4e246adf4d | |
Jef Roosens | 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