Overview
- Full name
docker.io/richarvey/nginx-php-fpm- Registry
- docker.io
- Namespace
- richarvey
- Repository
- nginx-php-fpm
- Cached tags
- 106
- Last synced
- 07/05/2026, 11:50 PM
- Topics
Introduction
Nginx + PHP-FPM 一体 Web 镜像,PHP 应用运行环境,Nginx 反向代理与 PHP 进程管理组合部署。
Details
richarvey/nginx-php-fpm 集成 Nginx 与 PHP-FPM,提供 PHP Web 应用运行环境,支持自定义 nginx 配置与 PHP 版本。定位为 PHP Web 应用运行时,挂载 PHP 代码目录即可服务;K8s Deployment 传统 PHP 站点。
快速启动
docker run -d --name nginx-php \
-p 8080:8080 \
-v /data/www:/var/www/html \
docker.io/richarvey/nginx-php-fpm:latest
推荐实践
docker run -d --name nginx-php \
--restart unless-stopped \
-p 8080:8080 \
-v /data/www:/var/www/html \
-v /data/nginx/conf:/etc/nginx/conf.d \
docker.io/richarvey/nginx-php-fpm:php8.2
核心参数说明
-p 8080:8080— Nginx HTTP 入口-v .../www:...— PHP 代码目录-v .../nginx/conf:...— Nginx 配置- 栈 — Nginx + PHP-FPM 一体
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-php-fpm
spec:
replicas: 2
selector:
matchLabels:
app: nginx-php
template:
metadata:
labels:
app: nginx-php
spec:
containers:
- name: web
image: docker.io/richarvey/nginx-php-fpm:php8.2
ports:
- containerPort: 8080
volumeMounts:
- name: www
mountPath: /var/www/html
volumes:
- name: www
persistentVolumeClaim:
claimName: php-www
---
apiVersion: v1
kind: Service
metadata:
name: nginx-php-fpm
spec:
selector:
app: nginx-php
ports:
- port: 8080
targetPort: 8080
ConfigMap 挂载 Nginx 配置;Ingress 暴露 PHP 站点。
Latest tags (20)
View all 106 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/richarvey/nginx-php-fpm :latest | linux/amd64linux/arm64 | 2023/06/11 05:01 | 154.7 MB | sha256:320ac70804b0… | |||
docker.io/richarvey/nginx-php-fpm :39a8a77b | linux/amd64linux/arm64 | 2023/06/11 05:01 | 154.7 MB | sha256:320ac70804b0… | |||
docker.io/richarvey/nginx-php-fpm :3.1.6 | linux/amd64linux/arm64 | 2023/06/11 05:01 | 154.7 MB | sha256:320ac70804b0… | |||
docker.io/richarvey/nginx-php-fpm :acbc9e08 | linux/amd64linux/arm64 | 2023/05/26 22:06 | 151.3 MB | sha256:0a8a9964d2bf… | |||
docker.io/richarvey/nginx-php-fpm :3.1.5 | linux/amd64linux/arm64 | 2023/05/26 22:06 | 151.3 MB | sha256:0a8a9964d2bf… | |||
docker.io/richarvey/nginx-php-fpm :1f23453d | linux/amd64linux/arm64 | 2023/04/15 05:51 | 158.7 MB | sha256:c3f586549047… | |||
docker.io/richarvey/nginx-php-fpm :3.1.4 | linux/amd64linux/arm64 | 2023/04/15 05:51 | 0.0 MB | sha256:a941a94bfd2a… | |||
docker.io/richarvey/nginx-php-fpm :5654883d | linux/amd64linux/arm64 | 2023/03/20 22:35 | 159.6 MB | sha256:25878b83fcd2… | |||
docker.io/richarvey/nginx-php-fpm :b0c66b23 | linux/amd64linux/arm64 | 2023/03/20 20:45 | 159.6 MB | sha256:313161a21976… | |||
docker.io/richarvey/nginx-php-fpm :3.1.3 | linux/amd64linux/arm64 | 2023/03/20 20:45 | 159.6 MB | sha256:313161a21976… | |||
docker.io/richarvey/nginx-php-fpm :28765c10 | linux/amd64linux/arm64 | 2023/03/17 16:57 | 154.1 MB | sha256:8681a71f1c6d… | |||
docker.io/richarvey/nginx-php-fpm :3.1.2 | linux/amd64linux/arm64 | 2023/03/17 16:54 | 154.1 MB | sha256:99bde4572f19… | |||
docker.io/richarvey/nginx-php-fpm :34082234 | linux/amd64linux/arm64 | 2023/03/17 08:27 | 154.1 MB | sha256:36053b8b1d1f… | |||
docker.io/richarvey/nginx-php-fpm :3.1.1 | linux/amd64linux/arm64 | 2023/03/17 08:27 | 154.1 MB | sha256:36053b8b1d1f… | |||
docker.io/richarvey/nginx-php-fpm :4f339030 | linux/amd64linux/arm64 | 2023/03/02 06:38 | 154.1 MB | sha256:1704e1f796bf… | |||
docker.io/richarvey/nginx-php-fpm :3.1.0 | linux/amd64linux/arm64 | 2023/03/02 06:38 | 154.1 MB | sha256:1704e1f796bf… | |||
docker.io/richarvey/nginx-php-fpm :7dd6e633 | linux/amd64linux/arm64 | 2023/03/02 06:24 | 309.4 MB | sha256:d5f35a851fc7… | |||
docker.io/richarvey/nginx-php-fpm :3.0.2 | linux/amd64linux/arm64 | 2023/03/02 06:24 | 309.4 MB | sha256:d5f35a851fc7… | |||
docker.io/richarvey/nginx-php-fpm :c00afd63 | linux/amd64linux/arm64 | 2023/03/02 06:23 | 309.3 MB | sha256:5a68d1822cfe… | |||
docker.io/richarvey/nginx-php-fpm :3.0.1 | linux/amd64linux/arm64 | 2023/03/02 06:23 | 309.3 MB | sha256:5a68d1822cfe… |