Skip to content

Commit

Permalink
[SHIBUI-1030]
Browse files Browse the repository at this point in the history
Added explitic network configuration for SMTP.
  • Loading branch information
Bill Smith committed Jan 14, 2019
1 parent b565bd7 commit e9b1d69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/main/docker-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ services:
ports:
- 1025:1025
- 8025:8025
container_name: mailhog
container_name: mailhog
environment:
- MH_SMTP_BIND_ADDR=0.0.0.0:1025

0 comments on commit e9b1d69

Please sign in to comment.