A boilerplate docker environment, probably pretty handy to those looking to start using containers. PHP and Apache are in separate containers to make it easy to change versions as required.
- Apache 2.4
- PHP/PHP-FPM 7.1
docker-compose up -d
- Working directory ./src
- Config for apache and php is in ./config
- Port 80 is open
None