We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b4367 commit b7d3f39Copy full SHA for b7d3f39
docker-compose.yml
@@ -3,10 +3,9 @@ services:
3
database:
4
image: mysql:8.0
5
container_name: database
6
- command: --default-authentication-plugin=mysql_native_password
7
restart: always
8
environment:
9
- #- MYSQL_ROOT_PASSWORD=php-crud-api
+ - MYSQL_ROOT_PASSWORD=php-crud-api
10
- MYSQL_DATABASE=php-crud-api
11
- MYSQL_USER=php-crud-api
12
- MYSQL_PASSWORD=php-crud-api
0 commit comments