From b9280dcbab7ba686efe200def697e66828bcaab4 Mon Sep 17 00:00:00 2001 From: craisin Date: Fri, 19 Dec 2025 17:32:59 -0800 Subject: [PATCH] fix postgres tag --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 5944d80..175461d 100755 --- a/compose.yml +++ b/compose.yml @@ -188,7 +188,7 @@ services: immich-database: container_name: immich-postgres - image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23 + image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0 environment: POSTGRES_PASSWORD: ${IMMICH_DB_PASS} POSTGRES_USER: ${IMMICH_DB_USER}