/minimal-dev

Minimal PHP LEMP Docker Compose Stack

Primary LanguageHTML

Minimal PHP LEMP Stack

Stack

Note: Change the PHP Version in the .env file

Initial Setup

Create the .env file On Linux

cp .env.example .env

On Windows

copy .env.example .env

##Start the Development Environment

docker-composer up -d

Resources: