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 dfb76f2137 - Show all commits

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: