Skip to content

Commit 1b5885f

Browse files
committed
🧑‍💻 Add mailhog to docker compose
1 parent 9d83173 commit 1b5885f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docker-compose.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
services:
2+
mailhog:
3+
image: mailhog/mailhog
4+
ports:
5+
- "8025:8025"
6+
- "1025:1025"
27
mysql:
38
image: mysql
49
environment:

0 commit comments

Comments
 (0)