Skip to content

Commit e9e24d2

Browse files
committed
fix: #458 Fix sending emails on local environment and replace mailcatcher instance built from Dockerfile with image from Docker Hub
1 parent 594a5ce commit e9e24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ services:
7373
- db
7474

7575
mailcatcher:
76-
image: sj26/mailcatcher
76+
image: sj26/mailcatcher:v0.9.0
7777
ports:
7878
- "1080:1080"
7979
- "1025:1025"

0 commit comments

Comments
 (0)