From faf4707535e60e718ac2cbde826fef03f5f99b50 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Sat, 28 Dec 2024 23:25:59 +0100 Subject: [PATCH] fix: ml container cannot be reached --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 76b2297..45ea338 100644 --- a/compose.yml +++ b/compose.yml @@ -30,7 +30,7 @@ services: - "coop-cloud.${STACK_NAME}.version=0.1.1+release" - machine-learning: + immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} ports: - 3003:3003