Skip to content

Commit

Permalink
Fix MySQL native password property
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Aug 23, 2024
1 parent cea92d9 commit 7fbbbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
mysql:
container_name: mysql
image: mysql:8.4.2 # https://hub.docker.com/_/mysql
command: --default-authentication-plugin=mysql_native_password
command: --mysql_native_password=on
extra_hosts: ['host.docker.internal:host-gateway']
environment:
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit 7fbbbf2

Please sign in to comment.