Skip to content

Commit

Permalink
chore(mysql-authentication): docker-compose - MySQL authentication (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainzzkk authored Jul 8, 2024
1 parent f30d22d commit 82768b7
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: mysql:8.0.36
container_name: exip_db
restart: always
command: --default-authentication-plugin=mysql_native_password
command: --default-authentication-plugin=caching_sha2_password
ports:
- '${DATABASE_PORT}:${DATABASE_PORT}'
volumes:
Expand Down
198 changes: 99 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"commitlint": "^18.6.1",
"cspell": "^8.10.1",
"cspell": "^8.10.4",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
Loading

0 comments on commit 82768b7

Please sign in to comment.