Skip to content

Releases: TrafeX/docker-php-nginx

Removed VOLUME instruction

20 Apr 20:06
772d7ae
Compare
Choose a tag to compare
  • Removed the VOLUME instruction from the Dockerfile. Fixes #28

Upgraded to Alpine 3.11

15 Mar 06:57
1780ba1
Compare
Choose a tag to compare
  • Upgraded to Alpine 3.11

Made the WORKDIR owned by the nobody user

09 Feb 07:50
61a7284
Compare
Choose a tag to compare
  • 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

06 Nov 08:54
341cc9c
Compare
Choose a tag to compare
  • 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

03 Aug 12:41
6a3b2f4
Compare
Choose a tag to compare
  • 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

21 Jul 06:42
dfb6442
Compare
Choose a tag to compare
  • 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

21 Jul 06:36
e829a11
Compare
Choose a tag to compare
  • 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.