From 4310a92ea71ca8f4fea544cf7250f9a0ab665174 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Mon, 11 Nov 2024 13:28:49 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8033994..8bf3f37 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: ports: - "3000:3000" environment: - - IMMICH_URL=http://localhost:2283 + - IMMICH_URL=http://your-internal-immich-server:2283 healthcheck: test: wget -q http://localhost:3000/healthcheck || exit 1 start_period: 10s