/docker-php

A very basic PHP development environment that uses Docker

Primary LanguageDockerfile

docker-php

A very basic development environment setup 💻 for PHP🐘 using Docker ⚓ 🚢.

Prerequisite

Usage

  1. Clone the app
$ git clone https://github.com/clovisphere/docker-php.git

The content should look like 👇

.
├── Dockerfile
├── Makefile
├── README.md
├── app  # -- your PHP app
└── docker-compose.yml

There's a .devops/ folder that contains nginx configs.

  1. To bring to life your setup 🌠 🚀
$ make

If everything went well, your app will be available on http://localhost:8080

Enjoy ✌️😎