We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6d68e commit 1389cceCopy full SHA for 1389cce
prompts/mcp/postgres.md
@@ -1,10 +1,10 @@
1
---
2
mcp:
3
- container:
4
- image: mcp/postgres:latest
5
- workdir: /app
6
- secrets:
7
- postgres.url: POSTGRES_URL
8
- command:
9
- $POSTGRES_URL
+ - container:
+ image: mcp/postgres:latest
+ workdir: /app
+ secrets:
+ postgres.url: POSTGRES_URL
+ command:
+ - $POSTGRES_URL
10
prompts/mcp/postgresql.md
@@ -1,6 +1,6 @@
- image: vonwig/postgresql:latest
+ image: vonwig/postgresql:latest
0 commit comments