Skip to content

Commit

Permalink
Use MySQL 8 for development
Browse files Browse the repository at this point in the history
See #84
  • Loading branch information
matiasgarciaisaia committed Jan 19, 2024
1 parent 1700501 commit 4e03a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ services:
- 80

db:
image: mysql:5.6
image: mysql:8.0-debian
command: --default-authentication-plugin=mysql_native_password
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
volumes:
Expand Down

0 comments on commit 4e03a6a

Please sign in to comment.