Skip to content

Commit a25d352

Browse files
authored
Update manifest.json
If you don't set the "entry" port, then Docker would generate a random one and then, when executing Symfony Cli command, it fails. This would let the user to just start your docker container and then update doctrine schema (or run migration) as `5432` is the port configured in the default `.env`
1 parent 6ebb405 commit a25d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-bundle/2.9/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"services": [
4040
"database:",
4141
" ports:",
42-
" - \"5432\""
42+
" - \"5432:5432\""
4343
]
4444
}
4545
},

0 commit comments

Comments
 (0)