From fd5f0d513958ee17bcbd09e670126bb22a43c105 Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Tue, 15 Oct 2024 21:52:58 +0200 Subject: [PATCH] README Updated docker-compose examples to take into account the changed HTTP port of immich-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06870a8..6a63f08 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ services: image: salvoxia/immich-folder-album-creator:latest restart: unless-stopped environment: - API_URL: http://immich_server:3001/api + API_URL: http://immich_server:2283/api API_KEY: xxxxxxxxxxxxxxxxx ROOT_PATH: /external_libs/photos CRON_EXPRESSION: "0 * * * *"