[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:
parent
c35445b066
commit
1951834150
@ -518,6 +518,7 @@ services:
|
|||||||
- "8025:8025"
|
- "8025:8025"
|
||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
|
- backend
|
||||||
|
|
||||||
### Selenium Container ########################################
|
### Selenium Container ########################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user