Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit a29ff1f

Browse files
author
gulien
authored
Update README.md
1 parent fd6b3ca commit a29ff1f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ Once done, run `make kickoff` to rebuild your Apache container.
156156

157157
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.
158158

159-
**docker-compose failed to parse my yaml file**
160-
161-
Make sure that your file's indents are corrects!
162-
163159
**I've added a make command, but it's not working**
164160

165161
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
170166

171167
**Xdebug is not working on MacOS**
172168

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

Comments
 (0)