Skip to content

Commit 1389cce

Browse files
postgres typos
1 parent df6d68e commit 1389cce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

prompts/mcp/postgres.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
mcp:
3-
container:
4-
image: mcp/postgres:latest
5-
workdir: /app
6-
secrets:
7-
postgres.url: POSTGRES_URL
8-
command:
9-
$POSTGRES_URL
3+
- container:
4+
image: mcp/postgres:latest
5+
workdir: /app
6+
secrets:
7+
postgres.url: POSTGRES_URL
8+
command:
9+
- $POSTGRES_URL
1010
---

prompts/mcp/postgresql.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mcp:
3-
container:
4-
image: vonwig/postgresql:latest
5-
workdir: /app
3+
- container:
4+
image: vonwig/postgresql:latest
5+
workdir: /app
66
---

0 commit comments

Comments
 (0)