[symfony/mailer] follow string recommendations

Follow Docker's string recommendations for port mappings: https://docs.docker.com/compose/compose-file/compose-file-v3/#ports
This commit is contained in:
Arnaud Lier
2022-06-20 21:40:03 +02:00
committed by GitHub
parent ec5bc1f6bc
commit d1750c999f
+1 -1
View File
@@ -10,7 +10,7 @@
"services": [
"mailer:",
" image: schickling/mailcatcher",
" ports: [1025, 1080]"
" ports: [\"1025\", \"1080\"]"
]
}
},