Ai
2 Star 0 Fork 0

mirrors_gbirke/php-xdebug-phpstorm-playground

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.debug.yml 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gabriel Birke 提交于 2018-07-03 23:53 +08:00 . Add documentation for setup
version: '3.4'
services:
proxy:
environment:
- NGINX_HOST=test.local
- NGINX_PORT=8080
- PHP_FPM_HOST=app_debug
links:
- app_debug
app_debug:
build:
context: ./env
target: app_debug
environment:
- XDEBUG_CONFIG=remote_host=${LOCAL_IP} # This won't work for PHPStorm CLI runs until https://youtrack.jetbrains.com/issue/WI-41043 is fixed
- PHP_IDE_CONFIG=serverName=test.local
expose:
- "9000" # PHP-FPM
volumes:
- .:/usr/share/nginx/www
working_dir: /usr/share/nginx/www
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gbirke/php-xdebug-phpstorm-playground.git
git@gitee.com:mirrors_gbirke/php-xdebug-phpstorm-playground.git
mirrors_gbirke
php-xdebug-phpstorm-playground
php-xdebug-phpstorm-playground
master

搜索帮助