From e6e79d4bbcfd518e47a77ec607d10920901b917c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 14 Jan 2025 22:11:38 -0500 Subject: [PATCH] fix(immich): set correct hostnames in env --- configurations/nos/modules/docker/immich/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configurations/nos/modules/docker/immich/env b/configurations/nos/modules/docker/immich/env index 0b0431ed..cbf88f08 100644 --- a/configurations/nos/modules/docker/immich/env +++ b/configurations/nos/modules/docker/immich/env @@ -1,5 +1,5 @@ PUBLIC_LOGIN_PAGE_MESSAGE= -IMMICH_WEB_URL=http://immich-web:3000 -IMMICH_SERVER_URL=http://immich-server:3001 -IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 +IMMICH_WEB_URL=http://immich_web:3000 +IMMICH_SERVER_URL=http://immich_server:3001 +IMMICH_MACHINE_LEARNING_URL=http://immich_machine_learning:3003