Skip to content

Commit

Permalink
YOLO - Expose mailhog web interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
pingers committed Aug 18, 2020
1 parent 61a4e98 commit 4144d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ services:
image: mailhog/mailhog
environment:
VIRTUAL_HOST: mail.${PROJECT}.${DOMAIN}
ports:
- "8025:8025"
networks:
- default

Expand Down

0 comments on commit 4144d81

Please sign in to comment.