Skip to content

Commit

Permalink
Merge branch 'mrrobot47-remove/mailhog' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtamuli committed Aug 6, 2018
2 parents c1b4271 + 4c9530f commit 3972130
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Site_WP_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ public function info( $args ) {
$info = [
[ 'Site', $prefix . $this->site['name'] ],
[ 'Access phpMyAdmin', $prefix . $this->site['name'] . '/ee-admin/pma/' ],
[ 'Access mailhog', $prefix . $this->site['name'] . '/ee-admin/mailhog/' ],
[ 'Site Title', $this->site['title'] ],
[ 'DB Root Password', $this->db['root_pass'] ],
[ 'DB Name', $this->db['name'] ],
Expand Down
2 changes: 1 addition & 1 deletion src/Site_WP_Docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function generate_docker_compose_yml( array $filters = [] ) {

$base[] = $php;
$base[] = $nginx;
$base[] = $mailhog;
//$base[] = $mailhog;
$base[] = $phpmyadmin;

if ( in_array( 'wpredis', $filters, true ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/config/php-fpm/php.ini.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ upload_max_filesize = 100M
post_max_size = 100M

[mail function]
sendmail_path = /usr/sbin/sendmail -S mailhog:1025
sendmail_path = /usr/sbin/sendmail -t -i

0 comments on commit 3972130

Please sign in to comment.