From a205478a29d5fd1e2e45a08730b1e554d2f4f437 Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Mon, 11 Jul 2022 17:40:25 +0100 Subject: [PATCH] Remove advice regarding running immich-server with scaling (#334) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 296b2e7af4..d2d55073b4 100644 --- a/README.md +++ b/README.md @@ -155,12 +155,6 @@ To **start**, run docker-compose -f ./docker/docker-compose.yml up ``` -If you have a few thousand photos/videos, I suggest running docker-compose with *scaling* option for the `immich_server` container to handle high I/O load when using fast scrolling. - -```bash -docker-compose -f ./docker/docker-compose.yml up --scale immich-server=5 -``` - To *update* docker-compose with newest image (if you have started the docker-compose previously) ```bash