You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,10 +156,6 @@ Once done, run `make kickoff` to rebuild your Apache container.
156
156
157
157
This project aims to help you starting a PHP development environment on Docker. As the `www-data` user in the Apache container shares the same `uid` as your current user, we do not recommend using this project for your production environment.
158
158
159
-
**docker-compose failed to parse my yaml file**
160
-
161
-
Make sure that your file's indents are corrects!
162
-
163
159
**I've added a make command, but it's not working**
164
160
165
161
Make sure that your `Makefile` uses tab indents! In PhpStorm, click on `Edit > Convert Indents > To Tabs`.
@@ -170,5 +166,4 @@ Yep, this seems to be a current limitation of Docker on MacOS (see [#8076](https
170
166
171
167
**Xdebug is not working on MacOS**
172
168
173
-
* If you have php-fpm installed on your machine, the port 9000 might already be used. You have to change the `xdebug.remote_port` variable's value with `1000` and updates your IDE configuration for Xdebug.
174
-
* Add the `xdebug.idekey` variable with your corresponding value in the `ext-xdebug.ini` file. You might also have to update the `xdebug.remote_host` variable's value with the IP address of your container (`docker inspect YOUR_APACHE_CONTAINER_NAME`).
169
+
Add the `xdebug.idekey` variable with your corresponding value in the `ext-xdebug.ini` file. You might also have to update the `xdebug.remote_host` variable's value with the IP address of your container (`docker inspect YOUR_APACHE_CONTAINER_NAME`).
0 commit comments