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

View File

@@ -29,7 +29,7 @@ services:
mysql: mysql:
condition: service_healthy condition: service_healthy
mysql: mysql:
image: mariadb:lts image: mariadb:11
environment: environment:
- MYSQL_USER=${SERVICE_USER_MYSQL} - MYSQL_USER=${SERVICE_USER_MYSQL}
- MYSQL_PASSWORD=${SERVICE_PASSWORD_MYSQL} - MYSQL_PASSWORD=${SERVICE_PASSWORD_MYSQL}