Skip to content

yvh/docker-php-prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom build of PHP for production.

Docker repository yannickvh/php-prod

See repository on Docker Hub

Supported tags

  • 8.4-apache, 8.4-cli, 8.4-fpm
  • 8.3-apache, 8.3-cli, 8.3-fpm
  • 8.2-apache, 8.2-cli, 8.2-fpm
  • 8.1-apache, 8.1-cli, 8.1-fpm

Available but not maintained

  • 8.0-apache, 8.0-cli, 8.0-fpm
  • 7.4-apache, 7.4-cli, 7.4-fpm
  • 7.3-apache, 7.3-cli, 7.3-fpm
  • 7.2-apache, 7.2-cli, 7.2-fpm
  • 7.1-apache, 7.1-cli, 7.1-fpm
  • 7.0-apache, 7.0-cli, 7.0-fpm
  • 5.6-apache, 5.6-cli, 5.6-fpm
  • 5.5-apache, 5.5-cli, 5.5-fpm
  • 5.4-apache, 5.4-cli, 5.4-fpm
  • 5.3-apache, 5.3-cli, 5.3-fpm

Base image

yannickvh/php

How to use this image

Same use as the official PHP docker image and yannickvh/php

Additional environment variables

SERVER_NAME

Define server name for apache

SERVER_ALIAS

Define server alias for apache

WEB_DIR

Define web directory for apache

User Feedback

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

Documentation

Documentation for this image is stored in the php/ directory of the docker-library/docs GitHub repo. Be sure to familiarize yourself with the repository's README.md file before attempting a pull request.

Credits

This image is based from the official PHP docker image