An open API service indexing awesome lists of open source software.

https://github.com/basemkhirat/docker

Docker files to run php applications
https://github.com/basemkhirat/docker

docker docker-compose elasticsearch laravel memcached mysql nginx php php7

Last synced: 3 months ago
JSON representation

Docker files to run php applications

Awesome Lists containing this project

README

          

## Docker App

A template to run php apps on docker.

#### Folder Structure

`docker-compose.yml` is the main docker-compose file.

`containers`: folder to define Docker files.

`data` folder to store databases files.

`etc` folder to modify configuration files.

`log` folder to view log files.

#### Installation

In project root directory where index.php file is located:

```bash
$ git clone https://github.com/basemkhirat/docker.git
$ cd docker
$ docker-compose build
$ docker-compose up -d
```

Browse http://localhost from a web browser.

That's all :)