Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 376 Bytes

php-docker-starter

PHP Docker starter with serversideup/php images for Laravel apps.

Usage

1. Add the following variables to your .env file

Check .env.example file.

2. Run the following command

docker-compose up -d

When you need install specific PHP extensions, check Dockerfile.