serversideup
docker-php
Shell

๐Ÿณ Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!

Last updated Jul 9, 2026
2.5k
Stars
194
Forks
18
Issues
+6
Stars/day
Attention Score
95
Language breakdown
Shell 71.6%
Dockerfile 24.0%
PHP 4.4%
โ–ธ Files click to expand
README

Docker Images Logo

Build Status License Support us
Docker Hub Pulls Discord

Introduction

Production-ready PHP Docker images built on official PHP. Optimized for Laravel, WordPress, and modern PHP applications.

What Makes These Images Different?

serversideup/php takes the official PHP Docker images and adds everything you need for real-world production use:

  • โœ… Secure by Default - Runs as unprivileged user, not root
  • โœ… Zero Config Required - Production-ready defaults, customize with environment variables
  • โœ… Batteries Included - Composer, common extensions, and helpful utilities pre-installed
  • โœ… Framework Optimized - Special automations for Laravel (migrations, queues, Horizon, etc.)
  • โœ… Multiple Variations - CLI, FPM, FPM+NGINX, FPM+Apache, FrankenPHP
  • โœ… Modern Architecture - Native health checks, S6 Overlay, unified logging
Features

|Production-Ready|Native Health Checks|High Performance| |:---:|:---:|:---:| |Customizable and Flexible|Native CloudFlare Support|Base on Official PHP| |FrankenPHP|Unified Logging|FPM + S6 Overlay|

Getting Started

Try it in 2 minutes โšก

Want to see how easy it is? Our installation guide walks you through creating your first PHP app with Docker:

  • โœ… Run phpinfo() in your browser
  • โœ… Upgrade PHP versions by changing one line
  • โœ… Switch between variations (FPM, FrankenPHP, etc.)
  • โœ… See environment variables in action
๐Ÿ‘‰ Follow the quick start guide

Quick Example

Here's what a complete Laravel setup with NGINX + PHP 8.5 looks like:

services:
  php:
    image: serversideup/php:8.5-fpm-nginx
    ports:
      - "80:8080"
    environment:
      # Customize PHP with environment variables
      PHPOPCACHEENABLE: "1"
      PHPMEMORYLIMIT: "512M"
      
      # Laravel automations (migrations, storage link, etc.)
      AUTORUN_ENABLED: "true"
    volumes:
      - .:/var/www/html

That's it. No complex configs. Just environment variables.

Ready to try it? Get started with our tutorial โ†’

Available Image Variations

Choose the variation that fits your needs. All images follow the pattern:

serversideup/php:{{version}}-{{variation-name}}

Popular Variations

| Variation | Best For | Example | |-----------|----------|---------| | cli | CLI scripts, cron jobs, queues | serversideup/php:8.5-cli | | fpm | Custom web server setup | serversideup/php:8.5-fpm | | fpm-apache | Apache-based deployments | serversideup/php:8.5-fpm-apache | | fpm-nginx | Stable and performant web server | serversideup/php:8.5-fpm-nginx | | frankenphp | Modern, high-performance apps with worker mode | serversideup/php:8.5-frankenphp |

Supported PHP Versions & Platforms

[!NOTE]
All images are available on Docker Hub and GitHub Packages.

We support PHP 7.4 through 8.5 with both Debian and Alpine base images.

Learn More About Choosing an Image โ†’

| โš™๏ธ Variation | ๐Ÿš€ Version | | ------------ | ---------- | | cli | Debian Based
serversideup/php:8.5-cli
serversideup/php:8.4-cli
serversideup/php:8.3-cli
serversideup/php:8.2-cli
serversideup/php:8.1-cli
serversideup/php:8.0-cli
serversideup/php:7.4-cli
Alpine Based
serversideup/php:8.5-cli-alpine
serversideup/php:8.4-cli-alpine
serversideup/php:8.3-cli-alpine
serversideup/php:8.2-cli-alpine
serversideup/php:8.1-cli-alpine
serversideup/php:8.0-cli-alpine
serversideup/php:7.4-cli-alpine | | fpm | Debian Based
serversideup/php:8.5-fpm
serversideup/php:8.4-fpm
serversideup/php:8.3-fpm
serversideup/php:8.2-fpm
serversideup/php:8.1-fpm
serversideup/php:8.0-fpm
serversideup/php:7.4-fpm
Alpine Based
serversideup/php:8.5-fpm-alpine
serversideup/php:8.4-fpm-alpine
serversideup/php:8.3-fpm-alpine
serversideup/php:8.2-fpm-alpine
serversideup/php:8.1-fpm-alpine
serversideup/php:8.0-fpm-alpine
serversideup/php:7.4-fpm-alpine | | fpm-apache | Debian Based
serversideup/php:8.5-fpm-apache
serversideup/php:8.4-fpm-apache
serversideup/php:8.3-fpm-apache
serversideup/php:8.2-fpm-apache
serversideup/php:8.1-fpm-apache
serversideup/php:8.0-fpm-apache
serversideup/php:7.4-fpm-apache | | fpm-nginx | Debian Based
serversideup/php:8.5-fpm-nginx
serversideup/php:8.4-fpm-nginx
serversideup/php:8.3-fpm-nginx
serversideup/php:8.2-fpm-nginx
serversideup/php:8.1-fpm-nginx
serversideup/php:8.0-fpm-nginx
serversideup/php:7.4-fpm-nginx
Alpine Based
serversideup/php:8.5-fpm-nginx-alpine
serversideup/php:8.4-fpm-nginx-alpine
serversideup/php:8.3-fpm-nginx-alpine
serversideup/php:8.2-fpm-nginx-alpine
serversideup/php:8.1-fpm-nginx-alpine
serversideup/php:8.0-fpm-nginx-alpine
serversideup/php:7.4-fpm-nginx-alpine | | frankenphp | Debian Based
serversideup/php:8.5-frankenphp
serversideup/php:8.4-frankenphp
serversideup/php:8.3-frankenphp
Alpine Based
serversideup/php:8.5-frankenphp-alpine
serversideup/php:8.4-frankenphp-alpine
serversideup/php:8.3-frankenphp-alpine | | unit (deprecated) | โš ๏ธ NGINX is no longer maintaining NGINX Unit. We stopped providing updates for this image. Learn more โ†’ |

Professional Support

Need help integrating Docker with your PHP application?

Resources

  • Website overview of the product.
  • Docs for a deep-dive on how to use the product.
  • Discord for friendly support from the community and the team.
  • GitHub for source code, bug reports, and project management.
  • Get Professional Help - Get video + screen-sharing help directly from the core contributors.

Contributing

As an open-source project, we strive for transparency and collaboration in our development process. We greatly appreciate any contributions members of our community can provide. Whether you're fixing bugs, proposing features, improving documentation, or spreading awareness - your involvement strengthens the project. Please review our contribution guidelines and code of conduct to understand how we work together respectfully. Need help getting started? Join our Discord community and we'll help you out!

Our Sponsors

All of our software is free and open to the world. None of this can be brought to you without the financial backing of our sponsors.

Sponsors

Black Level Sponsors

Sevalla

Bronze Sponsors

No bronze sponsors yet. Become a sponsor โ†’

Infrastructure Sponsors

This project requires significant computing power to build and maintain over 8,000 different Docker image tags. We're extremely grateful for the following sponsors:

Depot  Docker

Individual Supporters

Sponsors

About Us

We're Dan and Jay - a two-person team with a passion for open source products. We created Server Side Up to help share what we learn.

|

Dan Pastori
|
Jay Rogers
| | ----------------------------- | ------------------------------------------ | |

|

|

Find us at:

  • ๐Ÿ“– Blog - Get the latest guides and free courses on all things web/mobile development.
  • ๐Ÿ™‹ Community - Get friendly help from our community members.
  • ๐Ÿคตโ€โ™‚๏ธ Get Professional Help - Get video + screen-sharing support from the core contributors.
  • ๐Ÿ’ป GitHub - Check out our other open source projects.
  • ๐Ÿ“ซ Newsletter - Skip the algorithms and get quality content right to your inbox.
  • ๐Ÿฅ Twitter - You can also follow Dan and Jay.
  • โค๏ธ Sponsor Us - Please consider sponsoring us so we can create more helpful resources.

Our Products

If you appreciate this project, be sure to check out our other projects.

๐Ÿ“š Books

๐Ÿ› ๏ธ Software-as-a-Service

  • Bugflow: Get visual bug reports directly in GitHub, GitLab, and more.
  • SelfHost Pro: Connect Stripe or Lemonsqueezy to a private docker registry for self-hosted apps.

๐ŸŒ Open Source

  • AmplitudeJS: Open-source HTML5 & JavaScript Web Audio Library.
  • Spin: Laravel Sail alternative for running Docker from development โ†’ production.
  • Financial Freedom: Open source alternative to Mint, YNAB, & Monarch Money.
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท serversideup/docker-php ยท Updated daily from GitHub