Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 877 Bytes

File metadata and controls

21 lines (16 loc) · 877 Bytes

PHP Docker Examples

A collection of practical examples showing how to run PHP applications with Docker.
Includes setups with Apache, MariaDB, MongoDB, phpMyAdmin, and Mongo Express.

What’s Inside

This repository contains the following examples:

Folder Description
php-only/ Basic PHP + Apache setup
php-mariadb/ PHP + MariaDB + phpMyAdmin
php-mongodb/ PHP + MongoDB + Mongo Express (dev/prod)

Each folder includes its own README.md with setup instructions, compose.yaml and application source code.

Getting Started

git clone https://github.com/SimonHRD/php-docker-examples.git

Then navigate into one of the example folders, and follow the instructions in its README.md.