Skip to content

Commit

Permalink
Merge pull request #60 from MarShaikh/Solves-script/db_create-fails-#59
Browse files Browse the repository at this point in the history
Removed command --default-authentication-plugin=mysql_native_password in docker-compose.yml
  • Loading branch information
sdwfrost authored Jul 3, 2024
2 parents 78754ac + 105efcb commit 3179076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The "advanced" mode is for maintainers only—it requires access to some shared

1. [Docker][docker] (v19.03).
- This repository assumes that your [user has been configured to manage Docker](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user).
- **_NOTE_**: This does not work out of the box with [colima](https://github.com/abiosoft/colima). Additional configuration may be required.
1. [Docker Compose][docker-compose] (v1.22).
1. Node.js (v14.15) / npm (v6.14), either installed [directly][npm] or using [nvm][nvm].

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3.7'

services:
db:
image: mysql:8
command: --default-authentication-plugin=mysql_native_password
image: mysql:8.4
command: --mysql-native-password=ON
environment:
MYSQL_USER: user
MYSQL_PASSWORD: password
Expand Down

0 comments on commit 3179076

Please sign in to comment.