Releases: TrafeX/docker-php-nginx
Releases · TrafeX/docker-php-nginx
Removed VOLUME instruction
- Removed the VOLUME instruction from the Dockerfile. Fixes #28
Upgraded to Alpine 3.11
- Upgraded to Alpine 3.11
Made the WORKDIR owned by the nobody user
- Made the /var/www/html folder owned by the
nobody
user so that you can write files to that folder from PHP-FPM.
Easier to change configuration & smoketest
- Fixed #16: Moved all temporary files from nginx to
/tmp/
to avoid permissions issues on older Kernel versions (<=4.4). - Added automated smoketest
- Made it easier to change the configuration of Nginx & PHP, see: https://github.com/TrafeX/docker-php-nginx#configuration
- Some cleanup, reformatting of the nginx configuration
PHP session extension & cleaner PHP-FPM output
- Added PHP session extension
- Cleanup the output of PHP-FPM when PHP throws an error
Upgrade to Alpine 3.10, Nginx 1.16 & PHP 7.3
- Alpine linux is updated from 3.9 to 3.10
- PHP is updated from 7.2 to 7.3
- Nginx is updated from 1.14 to 1.16
First release
- Switched to Docker hub for building the containers and start to use Semantic Versioning for versioning this image.
Currently this image features PHP-FPM 7.2 & Nginx 1.14 on Alpine linux 3.9.