KimmoHernborg / php-docker

Docker images for PHP based on the official images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Docker

Docker images for PHP based on the official images. Based on the official Wordpress docker image, but without Wordpress.

PHP extions added:

  • GD
  • Mysqli
  • Opcache
  • Zip

Apache modifications:

  • Enable mod_rewrite
  • Enable SSL (default self-signed SSL)

Versions available

  • PHP8.2 - Apache
  • PHP8.1 - Apache
  • PHP8.0 - Apache
  • PHP7.4 - Apache (deprecated)
  • PHP7.3 - Apache (deprecated)
  • PHP7.2 - Apache (deprecated)
  • PHP5.6 - Apache (deprecated)

About

Docker images for PHP based on the official images

License:MIT License


Languages

Language:Dockerfile 94.7%Language:Shell 5.3%