mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Merge pull request #1103 from ArnaudLier/patch-2
[symfony/mailer] follow string recommendations
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"services": [
|
||||
"mailer:",
|
||||
" image: schickling/mailcatcher",
|
||||
" ports: [1025, 1080]"
|
||||
" ports: [\"1025\", \"1080\"]"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user