mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 01:42:14 +00:00
Update project files
This commit is contained in:
parent
a6c45353bd
commit
59619ca9c1
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v2.1.1';
|
||||
$DEVILBOX_DATE = '2022-04-07';
|
||||
$DEVILBOX_VERSION = 'v2.2.0';
|
||||
$DEVILBOX_DATE = '2022-04-14';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -6,6 +6,15 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
|
||||
## Unreleased
|
||||
|
||||
|
||||
## 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
|
||||
- Added PHP-FPM Community images: https://github.com/devilbox/docker-php-fpm-community/
|
||||
|
||||
|
||||
## Release v2.1.1 (2022-04-07)
|
||||
|
||||
#### Changed
|
||||
|
Loading…
x
Reference in New Issue
Block a user