Skip to content

Commit

Permalink
[INTERNAL] Update mysql settings in docker-compose #509
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm authored May 23, 2024
2 parents 39f12a1 + 66e0d51 commit 1049656
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 @@ -76,7 +76,7 @@ services:

mysql:
image: mysql:8
command: --default-authentication-plugin=mysql_native_password
command: --mysql-native-password=ON
environment:
MYSQL_ROOT_PASSWORD: example
MYSQL_DATABASE: promgen
Expand Down

0 comments on commit 1049656

Please sign in to comment.