fix postgres tag
All checks were successful
Update Compose File / build (push) Successful in 4s

This commit is contained in:
2025-12-19 17:32:59 -08:00
parent f51b681b2e
commit b9280dcbab

View File

@@ -188,7 +188,7 @@ services:
immich-database: immich-database:
container_name: immich-postgres 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: environment:
POSTGRES_PASSWORD: ${IMMICH_DB_PASS} POSTGRES_PASSWORD: ${IMMICH_DB_PASS}
POSTGRES_USER: ${IMMICH_DB_USER} POSTGRES_USER: ${IMMICH_DB_USER}