项目作者: pddigital

项目描述 :
Linux, NGINX, MYSQL, PHP - with Docker Compose and XDebug
高级语言: Dockerfile
项目地址: git://github.com/pddigital/lemp-docker.git
创建时间: 2020-05-07T01:07:21Z
项目社区:https://github.com/pddigital/lemp-docker

开源协议:

下载


LEMP Docker Minimal Starter Kit

Linux, NGINX, MYSQL, PHP - with Docker Compose and XDebug

Useful tutorial on getting X-Debug working with this build in PhpStorm:
https://dev.to/_mertsimsek/using-xdebug-with-docker-2k8o

To start:
docker-compose up --build

Not much more to it.

You can access the web at
localhost:8888 and MYSQL with your favorite client at
localhost:3333.

I didn’t go too overboard with what’s included here.