Skip to content

Commit

Permalink
chore(config): Renamed mailcatcher service
Browse files Browse the repository at this point in the history
  • Loading branch information
holmey committed Jan 25, 2024
1 parent 9a51f6b commit 46bcd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- ./:/var/www/html/:ro
networks:
- kirby
mailhog:
mailpit:
image: axllent/mailpit:latest
ports:
- 1025:1025
Expand Down
2 changes: 1 addition & 1 deletion site/config/config.localhost.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'email' => [
'transport' => [
'type' => 'smtp',
'host' => 'mailhog',
'host' => 'mailpit',
'port' => 1025,
'security' => false,
],
Expand Down

0 comments on commit 46bcd4b

Please sign in to comment.