Skip to content

Commit d1750c9

Browse files
authored
[symfony/mailer] follow string recommendations
Follow Docker's string recommendations for port mappings: https://docs.docker.com/compose/compose-file/compose-file-v3/#ports
1 parent ec5bc1f commit d1750c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"services": [
1111
"mailer:",
1212
" image: schickling/mailcatcher",
13-
" ports: [1025, 1080]"
13+
" ports: [\"1025\", \"1080\"]"
1414
]
1515
}
1616
},

0 commit comments

Comments
 (0)