Skip to content

Commit 6786606

Browse files
committed
fix(store): Change pgvector Docker image to the official up to date one
1 parent 1f91152 commit 6786606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- "3309:3306"
99

1010
postgres:
11-
image: ankane/pgvector
11+
image: pgvector/pgvector:0.8.0-pg17
1212
environment:
1313
POSTGRES_DB: my_database
1414
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)