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