Skip to content

Commit 66d9ffb

Browse files
authored
Merge pull request #1281 from ker0x/feature/mailpit
Replace Mailcatcher with Mailpit
2 parents 87ec057 + 62cc194 commit 66d9ffb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99
"docker-compose.override.yml": {
1010
"services": [
1111
"mailer:",
12-
" image: sj26/mailcatcher",
13-
" ports: [\"1025\", \"1080\"]"
12+
" image: axllent/mailpit",
13+
" ports:",
14+
" - \"1025\"",
15+
" - \"8025\"",
16+
" environment:",
17+
" MP_SMTP_AUTH_ACCEPT_ANY: 1",
18+
" MP_SMTP_AUTH_ALLOW_INSECURE: 1"
1419
]
1520
}
1621
},

0 commit comments

Comments
 (0)