mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
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:
@@ -63,7 +63,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
immich-database:
|
immich-database:
|
||||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
image: tensorchord/pgvecto-rs:pg14-v0.3.0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- immich-postgres:/var/lib/postgresql/data
|
- immich-postgres:/var/lib/postgresql/data
|
||||||
|
|||||||
Reference in New Issue
Block a user