From 432e14e5dd013df6bd8b0c82be051c4f0a5f3e7e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 7 Feb 2025 18:00:58 -0500 Subject: [PATCH] Immich tweaks. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0dbff495..40a67d58 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1882,7 +1882,7 @@ services: DB_PORT: 5432 DB_USERNAME: immich DB_PASSWORD: ${IMMICH_DB_PASSWORD} - IMMICH_LOG_LEVEL: verbose + IMMICH_LOG_LEVEL: debug IMMICH_TELEMETRY_INCLUDE: all healthcheck: disable: false @@ -1963,7 +1963,7 @@ services: container_name: immich-public-proxy depends_on: immich-server: - condition: service_started + condition: service_healthy required: true environment: IMMICH_URL: http://immich-server:2283