Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pigloverabbit520/php-cli

基于docker官方php的php镜像,cli版
https://github.com/pigloverabbit520/php-cli

docker docker-image php php7

Last synced: about 2 months ago
JSON representation

基于docker官方php的php镜像,cli版

Awesome Lists containing this project

README

        

# 使用
* 挂载PHP应用目录到/var/www
* 在应用目录下的public目录中创建一个server.php文件,容器启动将运行它

# 注意
* PHP版本为`7.3`
* swoole版本为`4.3.5`