Skip to content

Commit

Permalink
Use MySQL8 for development
Browse files Browse the repository at this point in the history
See #921
  • Loading branch information
matiasgarciaisaia committed Feb 9, 2024
1 parent 3974045 commit f88cdcb
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 @@ -2,7 +2,8 @@ version: '2.0'

services:
db:
image: mysql:5.7
image: mysql:8.0-debian
command: --default-authentication-plugin=mysql_native_password
platform: linux/amd64
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
Expand Down

0 comments on commit f88cdcb

Please sign in to comment.