From 9be5d31c4eb4bdea02f2ae641c9d7ecb9a28a575 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 10 Dec 2025 13:05:21 +0100 Subject: [PATCH] Update immich/compose.yaml --- immich/compose.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/immich/compose.yaml b/immich/compose.yaml index e4e0f96..e364871 100644 --- a/immich/compose.yaml +++ b/immich/compose.yaml @@ -18,10 +18,11 @@ services: # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: # 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}:/data + - #${UPLOAD_LOCATION}:/data + - /srv/media/photos:/data - /etc/localtime:/etc/localtime:ro - env_file: - - .env + #env_file: + # - .env ports: - '2283:2283' depends_on: @@ -41,8 +42,8 @@ services: # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable volumes: - model-cache:/cache - env_file: - - .env + #env_file: + # - .env restart: always healthcheck: disable: false