chore(deps): update mysql docker tag to v9
This commit is contained in:
parent
eef19f620c
commit
3c240ce0d7
1 changed files with 1 additions and 1 deletions
|
@ -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.2
|
||||
container_name: ${PROJECT_NAME}-db
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue