mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Merge pull request #1281 from ker0x/feature/mailpit
Replace Mailcatcher with Mailpit
This commit is contained in:
@@ -9,8 +9,13 @@
|
||||
"docker-compose.override.yml": {
|
||||
"services": [
|
||||
"mailer:",
|
||||
" image: sj26/mailcatcher",
|
||||
" ports: [\"1025\", \"1080\"]"
|
||||
" image: axllent/mailpit",
|
||||
" ports:",
|
||||
" - \"1025\"",
|
||||
" - \"8025\"",
|
||||
" environment:",
|
||||
" MP_SMTP_AUTH_ACCEPT_ANY: 1",
|
||||
" MP_SMTP_AUTH_ALLOW_INSECURE: 1"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user