File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,25 @@ services:
6
6
command : --default-authentication-plugin=mysql_native_password
7
7
restart : always
8
8
environment :
9
- - MYSQL_ROOT_PASSWORD=php-crud-api
9
+ # - MYSQL_ROOT_PASSWORD=php-crud-api
10
10
- MYSQL_DATABASE=php-crud-api
11
11
- MYSQL_USER=php-crud-api
12
12
- MYSQL_PASSWORD=php-crud-api
13
- ports :
14
- - " 33066:3306"
13
+ # ports:
14
+ # - "33066:3306"
15
15
volumes :
16
16
- ./tests/fixtures/blog_mysql.sql:/docker-entrypoint-initdb.d/blog_mysql.sql
17
17
webserver :
18
18
container_name : webserver
19
19
build :
20
20
context : ./
21
21
environment :
22
- - PHP_CRUD_API_DRIVER=mysql
22
+ # - PHP_CRUD_API_DRIVER=mysql
23
23
- PHP_CRUD_API_ADDRESS=database
24
- - PHP_CRUD_API_PORT=3306
25
- - PHP_CRUD_API_DATABASE=php-crud-api
26
- - PHP_CRUD_API_USERNAME=php-crud-api
27
- - PHP_CRUD_API_PASSWORD=php-crud-api
24
+ # - PHP_CRUD_API_PORT=3306
25
+ # - PHP_CRUD_API_DATABASE=php-crud-api
26
+ # - PHP_CRUD_API_USERNAME=php-crud-api
27
+ # - PHP_CRUD_API_PASSWORD=php-crud-api
28
28
# - PHP_CRUD_API_DEBUG=1
29
29
ports :
30
30
- " 8080:80"
You can’t perform that action at this time.
0 commit comments