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

@@ -30,7 +30,7 @@ services:
phraseanet:
environment:
- XDEBUG_ENABLED
- XDEBUG_CONFIG=remote_host=${PHRASEANET_GATEWAY_IP} idekey=${IDE_KEY} remote_enable=1 profiler_enable=${XDEBUG_PROFILER_ENABLED} profiler_output_dir=/var/alchemy/Phraseanet/cache/profiler
- XDEBUG_CONFIG=remote_host=${XDEBUG_REMOTE_HOST} idekey=${IDE_KEY} remote_enable=1 profiler_enable=${XDEBUG_PROFILER_ENABLED} profiler_output_dir=/var/alchemy/Phraseanet/cache/profiler
- PHP_IDE_CONFIG
volumes:
- .:/var/alchemy/Phraseanet