add doc for xdebug for macos,

fix worker cmd
This commit is contained in:
Arthur de Moulins
2020-02-28 17:56:52 +01:00
parent 090ff844e3
commit 34ceffdae0
6 changed files with 12 additions and 7 deletions

View File

@@ -112,6 +112,14 @@ For PhpStorm, you can follow this example:
> Configure the `Absolute path on the server` to `/var/alchemy/Phraseanet` at the project root path (i.e. `~/projects/Phraseanet`).
#### Xdebug on MacOS
You have to set the following env:
```bash
XDEBUG_REMOTE_HOST=host.docker.internal
```
> Don't forget to recreate your container (`docker-compose up -d phraseanet`)
# With Vagrant (deprecated)