• Patrick Mac Gregor's avatar
    [Fix] Mailhog should be exposed to backend · 19518341
    Patrick Mac Gregor authored
    - 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 
    19518341
docker-compose.yml 16.7 KB