chore(deps): update mysql docker tag to v9 #6

Open
Renovate wants to merge 1 commit from renovate/mysql-9.x into main
Showing only changes of commit 36a9a1cfa5 - Show all commits

chore(deps): update mysql docker tag to v9

Renovate Bot 2025-05-21 15:06:43 +00:00
Signed by: Renovate
GPG key ID: 449076797435FF67

View file

@ -12,7 +12,7 @@ services:
- ../:/var/www
- ./apache/sites/symfony-skeleton.conf:/etc/apache2/sites-available/000-default.conf
database:
image: mysql:8.0
image: mysql:9.3
container_name: ${PROJECT_NAME}-db
restart: always
environment: