Skip to content

Commit 8b5514a

Browse files
committed
minor #131 fix(store): Change pgvector Docker image to the official up to date one (welcoMattic)
This PR was merged into the main branch. Discussion ---------- fix(store): Change pgvector Docker image to the official up to date one | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Officiel PGVector Docker image is https://hub.docker.com/r/pgvector/pgvector/tags The previous one is marked as abandoned https://hub.docker.com/r/ankane/pgvector Commits ------- 6786606 fix(store): Change pgvector Docker image to the official up to date one
2 parents cf83f62 + 6786606 commit 8b5514a

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)