Merge pull request #1103 from ArnaudLier/patch-2

[symfony/mailer] follow string recommendations
This commit is contained in:
Fabien Potencier
2022-12-31 13:04:24 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
"services": [
"mailer:",
" image: schickling/mailcatcher",
" ports: [1025, 1080]"
" ports: [\"1025\", \"1080\"]"
]
}
},