Skip to content

Commit cd14550

Browse files
authored
Update README.md
1 parent 5e4eb60 commit cd14550

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rordi/docker-mailcatcher
22

3-
A lightweight Docker image with mailcatcher (just 64 MB compressed / 187 MB uncompressed)
3+
A lightweight Docker image with [mailcatcher](https://mailcatcher.me/) (just 64 MB compressed / 187 MB uncompressed).
44

55
You can pull the image from the [Docker registry](https://hub.docker.com/r/rordi/docker-mailcatcher/) and run with:
66

@@ -15,3 +15,7 @@ To install the image into your network with docker-compose, simply add the follo
1515
- 1080:1080
1616
networks:
1717
- yournetworkid
18+
19+
Finally, confiugure your application to use the Mailcatcher SMTP on port 1025, e.g. host: mailcatcher:1025. You can access the catched emails on the web GUI via http://localhost:1080.
20+
21+
Please refer to the [mailcatcher website](https://mailcatcher.me/) for more information.

0 commit comments

Comments
 (0)