Skip to content

Devilbox Release v2.2.0

Compare
Choose a tag to compare
@cytopia cytopia released this 14 Apr 16:08
· 131 commits to master since this release
v2.2.0
26cbb63

Release v2.2.0 (2022-04-14)

This release adds PHP-FPM Community images via docker-compose.override.yml, which easily allows you to build upon existing PHP images and customize them for your usecase/workflow.

Added

Documentation

How to create your own flavoured image

# Clone community repo
git clone https://github.com/devilbox/docker-php-fpm-community
cd docker-php-fpm-community

# Create your flavour
make create-project

# build your flavour
make build FLAVOUR=<FLAVOUR_NAME>