mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Upgrade pgvector to use the new official docker image
- ankane/pgvector has been deprecated in place of pgvector/pgvector - use full path to image on docker.io for consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
database:
|
||||
image: ankane/pgvector
|
||||
image: docker.io/pgvector/pgvector
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
Reference in New Issue
Block a user