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 0025b38 commit 036d3f3Copy full SHA for 036d3f3
docs/concepts/managed-storage/managed-postgres.md
@@ -50,7 +50,7 @@ You can connect to the managed Postgres instance using the name of your service
50
// highlight-end
51
# Note: you can create a connection string by using interpolation,
52
# reference config variables by using ${<config name>}
53
- CONNECTURL: postgresql://${POSTGRES_PASSWORD}@database:5432/postgres
+ CONNECTURL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/postgres
54
database:
55
image: postgres:15
56
x-defang-postgres: true
0 commit comments