We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245535f commit 6e66aa4Copy full SHA for 6e66aa4
samples/fastapi-postgres/compose.yaml
@@ -24,3 +24,6 @@ services:
24
- POSTGRES_USER=postgres
25
- POSTGRES_PASSWORD
26
- POSTGRES_DB=postgres
27
+ ports:
28
+ - mode: host
29
+ target: 5432
0 commit comments