文件名称:docker-php7-fpm:小而简单,可以在Docker容器中设置PHP FastCGI Process Manager
文件大小:16KB
文件格式:ZIP
更新时间:2024-02-28 19:11:36
Dockerfile
PHP7-FPM 超小型且易于设置PHP7 FastCGI Process Manager。 运行服务器 docker run --detach --publish 9000:9000 --mount type=bind,source= " /path/to/app " ,target= " /path/to/app " --name php7-fpm hetsh/php7-fpm 必须挂载应用程序的php源文件,以便FPM可以访问它们。 停止容器 docker stop php7-fpm 组态 可以通过自定义php.ini文件进行调整。 可以只读方式安装: --mount type=bind,readonly,source= " /path/to/php.ini " ,target= " /etc/php7/php.ini " 通过systemd自动启动和关闭 可以在我的GitHu
【文件预览】:
docker-php7-fpm-master
----build.sh(946B)
----.dockerignore(13B)
----.gitmodules(76B)
----Dockerfile(2KB)
----update.sh(837B)
----LICENSE(34KB)
----README.md(1KB)
----libs()
----php7-fpm.service(529B)