⬆️ Update mysql Docker tag to v9
This commit is contained in:
parent
c252e70105
commit
8e2cebf008
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ services:
|
|||
- db
|
||||
|
||||
db:
|
||||
image: mysql:8
|
||||
image: mysql:9
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD
|
||||
|
|
Reference in a new issue