7 Star 0 Fork 0

Lstink/community

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Luca1 提交于 2021-03-12 09:44 . 物业注册接口
version: '2'
services:
debug:
image: phpstorm/php-71-apache-xdebug
ports:
- "8081:80"
volumes:
- ./workshop/07_Debugging:/var/www/html
environment:
#For Windows and macOS, replace the line below with `host.docker.internal`, which will automatically resolve to the internal address of the host Docker is running on.
#For Linux, replace the line below with your hostname, which you can obtain by executing `hostname` in Terminal.
XDEBUG_CONFIG: remote_host=<host.docker.internal or your hostname>
#For macOS, if you use a local Homebrew php-fpm installation, port `9000` (which is the default debugging port) may become occupied. PhpStorm will remain silent on starting listening for incoming connections. If this is the case, in the Settings | Languages & Frameworks | PHP | Debug, set the Debug port to 9001, and use the following configuration line instead.
#XDEBUG_CONFIG: remote_host=host.docker.internal, remote_port=9001
sftp:
image: phpstorm/sftp-server
ports:
- "2022:22"
volumes:
# Uncomment for Windows
# - C:/temp:/home/jetbrains/upload
# Uncomment for macOS/Linux
# - /tmp:/home/jetbrains/upload
command: jetbrains:jetbrains:1001
mysql:
image: phpstorm/mysql
ports:
- "33056:3306"
volumes:
- ./data:/var/lib/mysql
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Lstink/community.git
git@gitee.com:Lstink/community.git
Lstink
community
community
master

搜索帮助