From 08b69416f8754201438164393c3efb8f5719f384 Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:54:26 +0100 Subject: [PATCH] test env --- Docker/immich/docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docker/immich/docker-compose.yaml b/Docker/immich/docker-compose.yaml index 8ed1db4..f7c3bd6 100644 --- a/Docker/immich/docker-compose.yaml +++ b/Docker/immich/docker-compose.yaml @@ -19,8 +19,8 @@ services: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro - env_file: - - stack.env +# env_file: +# - stack.env ports: - '2283:2283' depends_on: @@ -40,8 +40,8 @@ services: # service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable volumes: - model-cache:/cache - env_file: - - stack.env +# env_file: +# - stack.env restart: unless-stopped healthcheck: disable: false