Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Nov 28, 2019
1 parent 4c5dee3 commit 1ca9c5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
With WP-CLI, correct user permissions, XDebug, MailHog connection and HTTPS.

To use MailHog you need to add this to php.ini

`sendmail_path='/usr/bin/mhsendmail --smtp-addr="mailhog:1025"'`

It is possible mapping a volume to an additional .ini file. Example:

`- ./dev.ini:/usr/local/etc/php/conf.d/dev.ini`
This `dev.ini` file will be loaded with the additional PHP settings.

This dev.ini file will be loaded with the additional PHP settings.

0 comments on commit 1ca9c5a

Please sign in to comment.