Skip to content

Fridus/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PHP apache

Extensions

  • gd
  • pdo
  • pdo_mysql

Mods

  • rewrite

Changing DocumentRoot

Use env APACHE_DOCUMENT_ROOT

docker run ... -e APACHE_DOCUMENT_ROOT="/var/www/html/www" ...

Customization of mail configurations

Use these environment variables

  • SMTP_HOSTNAME: Default hostname=localhost.localdomain
  • SMTP_ROOT: Default noreply@localhost.localdomain
  • SMTP_MAILHUB: Default smtp
  • SMTP_REVALIASES: Default www-data:mailer

Usage with mailcatcher:

docker run ... --link mailcatcher:smtp ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors