更换国内镜像源
vim /etc/docker/daemon.json
{
"registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]
}
在项目目录下
git clone https://github.com/liburdi/docker-php.git
mv docker-php/* ./
vim docker/nginx/default.conf
docker-compose up