Skip to content

Commit 4144d81

Browse files
committed
YOLO - Expose mailhog web interface.
1 parent 61a4e98 commit 4144d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ services:
5656
image: mailhog/mailhog
5757
environment:
5858
VIRTUAL_HOST: mail.${PROJECT}.${DOMAIN}
59+
ports:
60+
- "8025:8025"
5961
networks:
6062
- default
6163

0 commit comments

Comments
 (0)