Skip to content

Commit

Permalink
Merge pull request #2599 from nestjs/renovate/mysql-9.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v9
  • Loading branch information
BrunnerLivio authored Jan 30, 2025
2 parents 1449051 + 46ba92d commit dcea584
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample/005-typeorm-app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mysql:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down
4 changes: 2 additions & 2 deletions sample/006-multi-db-typeorm-app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: "3"

services:
db1:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test1
ports:
- "3306:3306"
db2:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down
2 changes: 1 addition & 1 deletion sample/007-sequelize-app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mysql:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down
2 changes: 1 addition & 1 deletion sample/011-mirkoorm-app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mysql:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down

0 comments on commit dcea584

Please sign in to comment.