Update database image version in docker-compose

based on 'Error: The database currently has pgvecto.rs 0.3.0 activated, but the Postgres instance only has 0.2.0 available.'
This commit is contained in:
JG2401
2026-05-30 16:05:46 +02:00
committed by GitHub
parent f18c57e3f0
commit 838ee3c3f7

View File

@@ -63,7 +63,7 @@ services:
restart: always
immich-database:
image: tensorchord/pgvecto-rs:pg14-v0.2.0
image: tensorchord/pgvecto-rs:pg14-v0.3.0
volumes:
- immich-postgres:/var/lib/postgresql/data