From b22ef4581b5bed49311ce94085e41d72da9b1b0a Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Tue, 15 Oct 2024 22:02:21 +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 6a63f08..326eb26 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,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 * * * *"