Skip to content

Commit 323d3a9

Browse files
authored
Simplify configuration
1 parent 0ab7d95 commit 323d3a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@
1010
"services": [
1111
"mailer:",
1212
" image: axllent/mailpit",
13-
" restart: always",
14-
" volumes:",
15-
" - mailer_data:/data",
1613
" ports:",
1714
" - \"1025\"",
1815
" - \"8025\"",
1916
" environment:",
20-
" MP_MAX_MESSAGES: 5000",
21-
" MP_DATA_FILE: /data/mailpit.db",
2217
" MP_SMTP_AUTH_ACCEPT_ANY: 1",
2318
" MP_SMTP_AUTH_ALLOW_INSECURE: 1"
2419
],
25-
"volumes": ["mailer_data:"]
2620
}
2721
},
2822
"aliases": ["mailer", "mail"]

0 commit comments

Comments
 (0)