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