Skip to content

Compose Docker with PHP7,FPM,MariaDB and Nginx

Notifications You must be signed in to change notification settings

zirkai/docker-php7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-PHP7

A quick and easy way to setup your PHP application using Docker and docker-compose. This will setup a developement environment with PHP7-fpm, MariaDB and Nginx.

Usage

git clone [email protected]:shameerc/docker-php7.git
cd docker-php7
docker-compose up

Structure

├── app
│   └── public
│       └── index.php
├── database
├── docker-compose.yml
├── fpm
│   ├── Dockerfile
│   └── supervisord.conf
├── nginx
│   ├── Dockerfile
│   └── default.conf
  • app is the directory for project files. Our Nginx config is pointing to app/public, which can be changed in nginx/default.conf
  • database is where MariDB will store the database files.

How it works

Read Here

About

Compose Docker with PHP7,FPM,MariaDB and Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%