We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff0a0a commit 0ab7d95Copy full SHA for 0ab7d95
symfony/mailer/4.3/manifest.json
@@ -9,9 +9,20 @@
9
"docker-compose.override.yml": {
10
"services": [
11
"mailer:",
12
- " image: sj26/mailcatcher",
13
- " ports: [\"1025\", \"1080\"]"
14
- ]
+ " image: axllent/mailpit",
+ " restart: always",
+ " volumes:",
15
+ " - mailer_data:/data",
16
+ " ports:",
17
+ " - \"1025\"",
18
+ " - \"8025\"",
19
+ " environment:",
20
+ " MP_MAX_MESSAGES: 5000",
21
+ " MP_DATA_FILE: /data/mailpit.db",
22
+ " MP_SMTP_AUTH_ACCEPT_ANY: 1",
23
+ " MP_SMTP_AUTH_ALLOW_INSECURE: 1"
24
+ ],
25
+ "volumes": ["mailer_data:"]
26
}
27
},
28
"aliases": ["mailer", "mail"]
0 commit comments