diff --git a/1.0/docs/stacks/drupal/local.md b/1.0/docs/stacks/drupal/local.md index 6bee136..efa410a 100644 --- a/1.0/docs/stacks/drupal/local.md +++ b/1.0/docs/stacks/drupal/local.md @@ -71,7 +71,7 @@ Add `127.0.0.1 drupal.docker.localhost` to your `/etc/hosts` file (some browsers | `nginx/apache` | `http://drupal.docker.localhost:8000` | | `pma` | `http://pma.drupal.docker.localhost:8000` | | `adminer` | `http://adminer.drupal.docker.localhost:8000` | -| `mailhog` | `http://mailhog.drupal.docker.localhost:8000` | +| `mailpit` | `http://mailpit.drupal.docker.localhost:8000` | | `solr` | `http://solr.drupal.docker.localhost:8000` | | `nodejs` | `http://nodejs.drupal.docker.localhost:8000` | | `node` | `http://front.drupal.docker.localhost:8000` | diff --git a/1.0/docs/stacks/laravel/local.md b/1.0/docs/stacks/laravel/local.md index 27bae0c..dea2c39 100644 --- a/1.0/docs/stacks/laravel/local.md +++ b/1.0/docs/stacks/laravel/local.md @@ -44,7 +44,7 @@ Add `127.0.0.1 laravel.docker.localhost` to your `/etc/hosts` file (some browser | `nginx/apache` | `http://laravel.docker.localhost:8000` | | `pma` | `http://pma.laravel.docker.localhost:8000` | | `adminer` | `http://adminer.laravel.docker.localhost:8000` | -| `mailhog` | `http://mailhog.laravel.docker.localhost:8000` | +| `mailpit` | `http://mailpit.laravel.docker.localhost:8000` | | `solr` | `http://solr.laravel.docker.localhost:8000` | | `kibana` | `http://kibana.laravel.docker.localhost:8000` | | `node` | `http://front.laravel.docker.localhost:8000` | diff --git a/1.0/docs/stacks/php/local.md b/1.0/docs/stacks/php/local.md index 2b4121b..25d709e 100644 --- a/1.0/docs/stacks/php/local.md +++ b/1.0/docs/stacks/php/local.md @@ -44,7 +44,7 @@ Add `127.0.0.1 php.docker.localhost` to your `/etc/hosts` file (some browsers li | `nginx/apache` | `http://php.docker.localhost:8000` | | `pma` | `http://pma.php.docker.localhost:8000` | | `adminer` | `http://adminer.php.docker.localhost:8000` | -| `mailhog` | `http://mailhog.php.docker.localhost:8000` | +| `mailpit` | `http://mailpit.php.docker.localhost:8000` | | `solr` | `http://solr.php.docker.localhost:8000` | | `kibana` | `http://kibana.php.docker.localhost:8000` | | `node` | `http://front.php.docker.localhost:8000` | diff --git a/1.0/docs/stacks/python/local.md b/1.0/docs/stacks/python/local.md index a40e790..9bc8b2f 100644 --- a/1.0/docs/stacks/python/local.md +++ b/1.0/docs/stacks/python/local.md @@ -71,7 +71,7 @@ Add `127.0.0.1 python.docker.localhost` to your `/etc/hosts` file (some browsers | ------------ | ------------------------------------------ | | `nginx` | `http://python.docker.localhost:8000` | | `adminer` | `http://adminer.python.docker.localhost:8000` | -| `mailhog` | `http://mailhog.python.docker.localhost:8000` | +| `mailpit` | `http://mailpit.python.docker.localhost:8000` | | `solr` | `http://solr.python.docker.localhost:8000` | | `kibana` | `http://kibana.python.docker.localhost:8000` | | `node` | `http://front.python.docker.localhost:8000` | diff --git a/1.0/docs/stacks/ruby/local.md b/1.0/docs/stacks/ruby/local.md index 633f97a..f35db82 100644 --- a/1.0/docs/stacks/ruby/local.md +++ b/1.0/docs/stacks/ruby/local.md @@ -56,7 +56,7 @@ Add `127.0.0.1 ruby.docker.localhost` to your `/etc/hosts` file (some browsers l | ------------ | ------------------------------------------ | | `nginx` | `http://ruby.docker.localhost:8000` | | `adminer` | `http://adminer.ruby.docker.localhost:8000` | -| `mailhog` | `http://mailhog.ruby.docker.localhost:8000` | +| `mailpit` | `http://mailpit.ruby.docker.localhost:8000` | | `solr` | `http://solr.ruby.docker.localhost:8000` | | `kibana` | `http://kibana.ruby.docker.localhost:8000` | | `node` | `http://front.ruby.docker.localhost:8000` | diff --git a/1.0/docs/stacks/wordpress/local.md b/1.0/docs/stacks/wordpress/local.md index 1a4cd2f..36db7dc 100644 --- a/1.0/docs/stacks/wordpress/local.md +++ b/1.0/docs/stacks/wordpress/local.md @@ -57,7 +57,7 @@ Add `127.0.0.1 wp.docker.localhost` to your `/etc/hosts` file (some browsers lik | `nginx/apache` | `http://wp.docker.localhost:8000` | | `pma` | `http://pma.wp.docker.localhost:8000` | | `adminer` | `http://adminer.wp.docker.localhost:8000` | -| `mailhog` | `http://mailhog.wp.docker.localhost:8000` | +| `mailpit` | `http://mailpit.wp.docker.localhost:8000` | | `varnish` | `http://varnish.wp.docker.localhost:8000` | | `portainer` | `http://portainer.wp.docker.localhost:8000` | | `webgrind` | `http://webgrind.wp.docker.localhost:8000` | diff --git a/1.0/includes/local/php-mail.md b/1.0/includes/local/php-mail.md index a494c58..864efa6 100644 --- a/1.0/includes/local/php-mail.md +++ b/1.0/includes/local/php-mail.md @@ -1,4 +1,4 @@ -By default `mailhog` service enabled to catch all outbound emails, you can switch to `opensmtpd` (uncomment corresponding service in the compose file) if you need to actually delivery emails. OpenSMTPD can be used together with a third-party SMTP service for guaranteed email delivery by providing [`RELAY_` environment variables](https://github.com/wodby/opensmtpd/#environment-variables) +By default `mailpit` service enabled to catch all outbound emails, you can switch to `opensmtpd` (uncomment corresponding service in the compose file) if you need to actually delivery emails. OpenSMTPD can be used together with a third-party SMTP service for guaranteed email delivery by providing [`RELAY_` environment variables](https://github.com/wodby/opensmtpd/#environment-variables) If you want to use OpenSMTPD replace the following env vars: ```