[Fix] Mailhog should be exposed to backend

- fixes failing connection to host "mailhog" when sending mail via smtp
- mailhog needs to be available for the backend at Port 1025
- i.e. in a Laravel app .env should contain "MAIL_HOST=mailhog
This commit is contained in:
Patrick Mac Gregor 2017-06-28 11:28:04 +02:00
parent c35445b066
commit 1951834150

View File

@ -518,6 +518,7 @@ services:
- "8025:8025"
networks:
- frontend
- backend
### Selenium Container ########################################