gr1nch3 / php-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-docker

Overview

Php-docker is a project that aims to facilitate the development of php projects using docker.

Start Project

First clone the project:

git clone https://github.com/gr1nch3/php-docker.git

Compose the project:

docker-compose -f local_compose.yml build

Add your project to the sites folder and run the project:

docker-compose -f local_compose.yml up -d

Tools

πŸ“‚ Folder Structure

.
β”œβ”€β”€ compose
β”‚   └── Dockerfile
β”œβ”€β”€ sites
β”‚   └── index.php
β”œβ”€β”€ .gitignore
β”œβ”€β”€ Makefile
β”œβ”€β”€ local_compose.yml
└── README.md

Author


About


Languages

Language:PHP 92.1%Language:Dockerfile 7.9%