Skip to content

huiyonghkw/php-fpm-alpine-aliyun-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP 7 FPM basic docker image based on alpine

The image based on bravist/php-cli-alpine-aliyun-app, installing PHP FPM mode, mainly cooperate with Nginx server implementation site operation of the PHP language.

此镜像基于bravist/php-cli-alpine-aliyun-app,安装PHP FPM模式,主要配合Nginx服务器实现PHP语言的网站运行。

Upgrade

2019-08-04 阿里云镜像切换HTTPS

2017-12-29 FastCGI use to listen on a unix socket

2017-12-23

  1. PHP-FPM进程调优: 动态适合小内存机器,灵活分配进程,省内存。静态适用于大内存机器,动态创建回收进程对服务器资源也是一种消耗
  2. (总结)Nginx使用的php-fpm的两种进程管理方式及优化

2017-12-21 新增php.ini推荐配置

2017-12-11 413 request entity too large

2017-11-06 Support PHP7 extension for ZeroMQ, The ZeroMQ messaging library and tools.

Build & Push

  1. Docker build image
❯ docker build -t bravist/php-fpm-alpine-aliyun-app:1.17 .
  1. Login Docker Hub
❯ docker login
Username (bravist):
Password:
Login Succeeded
  1. Push image to Docker Hub
❯ docker push bravist/php-fpm-alpine-aliyun-app:1.17

About

PHP 7 FPM basic docker image based on alpine

Resources

Stars

Watchers

Forks

Packages

No packages published