Skip to content

Commit c8d9e1a

Browse files
committed
x
1 parent a1cb749 commit c8d9e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ services:
55
# postgres with the pgvector extension
66
image: pgvector/pgvector:pg16
77
environment:
8-
POSTGRES_DB: langchain
8+
POSTGRES_DB: langchain_db
99
POSTGRES_USER: langchain
1010
POSTGRES_PASSWORD: langchain
1111
ports:
12-
- "6024:5432"
12+
- "5432:5432"
1313
command: |
1414
postgres -c log_statement=all
1515
healthcheck:

0 commit comments

Comments
 (0)