From 36cea8e53b54071363e83ada25389f01bccc404d Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:00:51 +0100 Subject: [PATCH] fix immich port --- templates/compose/immich.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/immich.yaml b/templates/compose/immich.yaml index b3525cc58..3b98384a2 100644 --- a/templates/compose/immich.yaml +++ b/templates/compose/immich.yaml @@ -14,7 +14,7 @@ services: - immich-uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro environment: - - SERVICE_FQDN_IMMICH_3001 + - SERVICE_FQDN_IMMICH_2283 - UPLOAD_LOCATION=./library - DB_DATA_LOCATION=./postgres - DB_PASSWORD=$SERVICE_PASSWORD_POSTGRES