Try MariaDB 10.4
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
d78b56a77f
commit
1e7e901d3b
|
@ -280,7 +280,7 @@ services:
|
||||||
|
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
pull: default
|
pull: default
|
||||||
image: mariadb:10.5
|
image: mariadb:10.4
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||||
MYSQL_DATABASE: xorm_test
|
MYSQL_DATABASE: xorm_test
|
||||||
|
|
Loading…
Reference in New Issue