A minimal docker-compose example to experiment with PHP
To get started:
- clone repo
[email protected]:dirtybirdnj/docker-php-minimal.git
- run
composer install
to install PHP dependencies - run
docker-compose build
to prepare the image - run
docker-compose up
to run the image / container - Edit/create files within the
/src
directory