use mariadb:11 as the other one does not exist

This commit is contained in:
peaklabs-dev 2024-10-25 15:25:05 +02:00
parent 5fbaebe461
commit bb6e374222
No known key found for this signature in database

View file

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