use mariadb:11 as the other one does not exist
This commit is contained in:
parent
5fbaebe461
commit
bb6e374222
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ services:
|
|||
mysql:
|
||||
condition: service_healthy
|
||||
mysql:
|
||||
image: mariadb:lts
|
||||
image: mariadb:11
|
||||
environment:
|
||||
- MYSQL_USER=${SERVICE_USER_MYSQL}
|
||||
- MYSQL_PASSWORD=${SERVICE_PASSWORD_MYSQL}
|
||||
|
|
|
|||
Loading…
Reference in a new issue