From 220f9c25de44e7ddb2eb9bf6249816581bcd80e2 Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:25:34 +0100 Subject: [PATCH] stack.env -> .env --- immich/{stack.env => .env} | 0 immich/docker-compose.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename immich/{stack.env => .env} (100%) diff --git a/immich/stack.env b/immich/.env similarity index 100% rename from immich/stack.env rename to immich/.env diff --git a/immich/docker-compose.yaml b/immich/docker-compose.yaml index 4f66298..45045f8 100644 --- a/immich/docker-compose.yaml +++ b/immich/docker-compose.yaml @@ -20,7 +20,7 @@ services: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - - stack.env + - .env ports: - '2283:2283' depends_on: @@ -41,7 +41,7 @@ services: volumes: - model-cache:/cache env_file: - - stack.env + - .env restart: unless-stopped healthcheck: disable: false