Skip to content

Commit

Permalink
mysql updated to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaypurav committed Jan 16, 2025
1 parent 5d3b3d3 commit ad1ff86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
stdin_open: true
tty: true
mysql:
image: mysql:5.7
image: mysql:8
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: main
Expand All @@ -46,7 +46,7 @@ services:
tmpfs:
- /var/lib/mysql
mysql2:
image: mysql:5.7
image: mysql:8
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: main
Expand Down

0 comments on commit ad1ff86

Please sign in to comment.