Sign inSign up

fridus/php

By fridus

•Updated about 8 years ago

PHP apache sendmail

Image
0

407

fridus/php repository overview

⁠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 [email protected]
  • SMTP_MAILHUB: Default smtp
  • SMTP_REVALIASES: Default www-data:mailer

Usage with mailcatcher:

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

Tag summary

Content type

Image

Digest

Size

156 MB

Last updated

about 8 years ago

docker pull fridus/php