Skip to content

Commit 85e10bb

Browse files
committed
Use versioned Docker image
1 parent 051a917 commit 85e10bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/servers/pgvector-single-node/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33
services:
44
pgvector:
55
container_name: pgvector
6-
image: pgvector/pgvector:pg16
6+
image: pgvector/pgvector:0.6.0-pg16
77
environment:
88
- POSTGRES_DB=postgres
99
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)