Browse Source

Remove advice regarding running immich-server with scaling (#334)

Zack Pollard 3 years ago
parent
commit
a205478a29
1 changed files with 0 additions and 6 deletions
  1. 0 6
      README.md

+ 0 - 6
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