Skip to content

Commit b7d3f39

Browse files
committed
Docker image + compose
1 parent a3b4367 commit b7d3f39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ services:
33
database:
44
image: mysql:8.0
55
container_name: database
6-
command: --default-authentication-plugin=mysql_native_password
76
restart: always
87
environment:
9-
#- MYSQL_ROOT_PASSWORD=php-crud-api
8+
- MYSQL_ROOT_PASSWORD=php-crud-api
109
- MYSQL_DATABASE=php-crud-api
1110
- MYSQL_USER=php-crud-api
1211
- MYSQL_PASSWORD=php-crud-api

0 commit comments

Comments
 (0)